System.Win.ComObj.TComObject.Factory

From RAD Studio API Documentation
Revision as of 23:42, 16 October 2011 by PyBot (talk | contribs) (Scoping Libraries)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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