Internet Direct (Indy) Version 9.0.2 Beta
|
constructor Create(axOwner: TComponent); override;
Create updates the variable GStack by creating a TIdStack instance, if one has not already been assigned, and increments a global instance count variable prior to completion of the constructor. Create uses a TCriticalSection to protect access to the GStack instance, which is released prior to exiting the method.