Data.Bind.Components.TEnumBindCompFactoryProc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TEnumBindCompFactoryProc = procedure (BindCompFactory: IBindCompFactory; Info: TEnumBindCompProcInfo) of object;

C++

typedef void __fastcall (__closure *TEnumBindCompFactoryProc)(_di_IBindCompFactory BindCompFactory, void * Info);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components


Beschreibung

Wird intern während des Entwurfs zum Aufzählen einer Liste von registrierten Bindungskomponenten-Generatoren verwendet.

Siehe auch