Internet Direct (Indy) Version 9.0.2 Beta
TIdThreadMgrPool.Create
Create is the constructor for the object instance.

constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Owner of the object instance.

Description
Create is the constructor for the object instance. Create relies on the inherited Create constructor to initialize the object instance, but also creates the TThreadList used by the ThreadPool property.