Internet Direct (Indy)
Home
PreviousUpNext
TIdAntiFreezeBase.Destroy Destructor

Frees an TIdAntiFreezeBase object instance.

Pascal
destructor Destroy; override;

Destroy frees the object instance. Destroy sets the unit global variable GAntiFreeze to the value nil prior to calling the inherited Destroy method.

It is not recommended to call Destroy directly. Call Free instead. Free checks to ensure that the object reference is not nil before calling Destroy.

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.