System.Win.VCLCom.TComponentFactory

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.ComObj.TAutoObjectFactorySystem.Win.ComObj.TTypedComObjectFactorySystem.Win.ComObj.TComObjectFactorySystem.TObjectTComponentFactory

Delphi

TComponentFactory = class(TAutoObjectFactory, IClassFactory)

C++

class PASCALIMPLEMENTATION TComponentFactory : public System::Win::Comobj::TAutoObjectFactory

Properties

Type Visibility Source Unit Parent
class public
System.Win.VCLCom.pas
System.Win.VCLCom.hpp
System.Win.VCLCom System.Win.VCLCom

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).

See Also