Topic Path: Symbol Reference > Classes > TIdAntiFreezeBase Class > TIdAntiFreezeBase Methods > Destroy Destructor
ContentsIndexHome
PreviousUpNext
TIdAntiFreezeBase.Destroy Destructor

Frees an TIdAntiFreezeBase object instance.

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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.