VCLCom.TComponentFactory
From RAD Studio VCL Reference
Delphi Information
From VCLCom.pas
TComponentFactory = class(TAutoObjectFactory)
Unit: VCLCom
Type: class
Inherited Class Members: VCLCom.TComponentFactory Members
Class Constructors & Destructors: VCLCom.TComponentFactory Constructors
Description
TComponentFactory is the class factory for creating instances of components that support interfaces.
TComponentFactory creates instances of component classes that implement interfaces. TComponentFactory supports the IClassFactory interface and inherits support for the IClassFactory2 interface.
Note: These components are actually created as contained objects of an automation object (aggregate).