Data.Bind.Components.TEnumBindCompFactoryProc
Delphi
TEnumBindCompFactoryProc = procedure (BindCompFactory: IBindCompFactory; Info: TEnumBindCompProcInfo) of object;
C++
typedef void __fastcall (__closure *TEnumBindCompFactoryProc)(_di_IBindCompFactory BindCompFactory, TEnumBindCompProcInfo 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.