Internet Direct (Indy) Version 9.0.1 Beta
|
constructor Create(AOwner: TComponent); override;
Only one instance of TIdAntiFreezeBase is allowed per application. If another instance already exists, an exception is raised with the RSOnlyOneAntiFreeze message. TIdAntiFreezeBase uses the global variable GAntiFreeze to determine if another instance has already been created.
Create initializes the following properties to their default values:
Note: Do not create instances of TIdAntiFreezeBase. Applications should use the TIdAntiFreeze component.