Internet Direct (Indy)
Home
PreviousUpNext
TIdFTP.Destroy Destructor

Frees the object instance.

Pascal
destructor Destroy; override;

Destroy is the overridden destructor for the object instance. Destroy frees resources allocated to the following properties during initialization of the component: 

 

 

Please note that resources allocated to the Compressor property are not explicitly freed in the destructor. This object instance is created and maintained independent of the FTP client where it is used. Applications should free any resources allocated to the Compressor property. 

Destroy calls the inherited Destroy method prior to exit.

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.