System.Win.ComObj.TFactoryProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFactoryProc = procedure(Factory: TComObjectFactory) of object;

C++

typedef void __fastcall (__closure *TFactoryProc)(TComObjectFactory* Factory);

Properties

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

Description

Type of anonymous class method that TComClassManager.ForEachFactory calls on factories associated with a given server.

Methods of this type receive a factory instance (Factory) that they can process.

See Also