Open main menu

RAD Studio API Documentation β

System.Win.ComObj.TComObject.Factory

Delphi

property Factory: TComObjectFactory read FFactory;

C++

__property TComObjectFactory* Factory = {read=FFactory};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TComObject

Description

Specifies the class factory object for the TComObject class.

Factory is the class factory which is used to instantiate a TComObject.

See Also