Data.Bind.Components.EnumRegisteredBindComponents
Delphi
procedure EnumRegisteredBindComponents(Proc: TEnumBindCompProc; Info: TEnumBindCompProcInfo);
C++
extern DELPHI_PACKAGE void __fastcall EnumRegisteredBindComponents(TEnumBindCompProc Proc, void * Info);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
Beschreibung
Wird intern zur Entwurfszeit verwendet, um auf die Liste der registrierten Bindungskomponenten zuzugreifen.
EnumRegisteredBindComponents wird intern zur Entwurfszeit verwendet, um auf die Liste der registrierten Bindungskomponenten (wie z.B. TBindExpression, TBindExprItems, TBindList usw.) zuzugreifen.