System.Win.ComObj.TFactoryProc

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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