API:System.Win.ComObj.TAutoObjectFactory

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.ComObj.TTypedComObjectFactorySystem.Win.ComObj.TComObjectFactorySystem.TObjectTAutoObjectFactory

Delphi

TAutoObjectFactory = class(TTypedComObjectFactory)

C++

class PASCALIMPLEMENTATION TAutoObjectFactory : public TTypedComObjectFactory

Properties

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

Description

TTypedComObjectFactory is the type of the class factory object used to instantiate a TypedComObject class.

System.Win.ComObj.TAutoObjectFactory inherits from System.Win.ComObj.TTypedComObjectFactory. All content below this line refers to System.Win.ComObj.TTypedComObjectFactory.

TTypedComObjectFactory is the type of the class factory object used to instantiate a TypedComObject class.

TTypedComObjectFactory inherits support for the IUnknown, IClassFactory, and IClassFactory2 interfaces. TTypedComObjectFactory is used to instantiate the TTypedComObject class.