Create is the constructor for the object instance.
constructor Create(AOwner: TComponent); override;
Parameters
AOwner: TComponent
Component that owns the object instance.
Description
Create relies on the inherited Create constructor to initialize the object instance. Create also initializes the read-only property ActiveThreads. Destroy is responsible for freeing ActiveThreads.