Topic Path: Symbol Reference > Variables > GAntiFreeze Variable
ContentsIndexHome
PreviousUpNext
GAntiFreeze Variable

Global application variable containing an instance of a TIdAntiFreezeBase descendant.

File
GAntiFreeze: TIdAntiFreezeBase = nil;

TIdAntiFreezeBase uses the global variable GAntiFreeze, declared in the TIdAntiFreezeBase unit, to determine if another instance of the class has already been created. Please note that only one instance of TIdAntiFreezeBase is allowed per application. 

GAntiFreeze is initialized when the first TAntiFreezeBase component instance is used in the application. 

GAntiFreeze is set to nil in the destructor of TAntiFreezeBase. Refer to TIdAntiFreezeBase.Destroy for more information.

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