Indy 9
GAntiFreeze
See Also, Unit: IdAntiFreezeBase
Application global variable containing an instance of a TIdAntiFreezeBase descendant.
GAntiFreeze: TIdAntiFreezeBase  = nil;
Unit
IdAntiFreezeBase
Description
TIdAntiFreezeBase uses the global variable GAntiFreeze, declared in the TIdAntiFreezeBase unit, to determine if another instance has already been created. Note: Only one instance of TIdAntiFreezeBase is allowed per application.

GAntiFreeze is initialized in the Create constructor of the first instance of TAntiFreezeBase used in the application. GAntiFreeze is set to nil in the destructor of TAntiFreezeBase. Refer to TIdAntiFreezeBase.Destroy for more information.


Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.