Show: Delphi
C++
Display Preferences
Data.Bind.Components.EnumRegisteredBindComponents
From XE2 API Documentation
Delphi
procedure EnumRegisteredBindComponents(Proc: TEnumBindCompProc; Info: TEnumBindCompProcInfo);
C++
extern PACKAGE void __fastcall EnumRegisteredBindComponents(TEnumBindCompProc Proc, void * Info);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
Description
Used internally at design time to access the list of registered binding components.
EnumRegisteredBindComponents is used internally at design time to access the list of registered binding components such as TBindExpression, TBindExprItems, TBindList, and so on.