Creates an instance of a tools component. Syntax: constructor Create(AOwner: TComponent); Description: Call Create to instantiate a tools declared in an application. Create calls its inherited Create constructor and initializes its properties to default values. See also: Destroy |