Frees the object instance.
destructor Destroy; override;
Destroy is an overridden destructor for the object instance.
Destroy frees the user-specified object instance in Data, and calls the inherited destructor.
Destroy does not free the thread- or fiber-based Yarn for the task. Yarn is only a reference in TIdTask, and will be managed by a Scheduler for the server.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |