System.Win.ComObj.TComObject.Factory

From RAD Studio API Documentation
Jump to: navigation, search

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