Internet Direct (Indy)
Home
PreviousUpNext
GAntiFreeze Variable

Global application variable containing an instance of a TIdAntiFreezeBase descendant.

Pascal
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.

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.