Data.Bind.Components.EnumRegisteredBindComponents

From RAD Studio API Documentation

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

procedure EnumRegisteredBindComponents(Proc: TEnumBindCompProc; Info: TEnumBindCompProcInfo);

C++

extern DELPHI_PACKAGE void __fastcall EnumRegisteredBindComponents(TEnumBindCompProc Proc, TEnumBindCompProcInfo Info);

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.

See Also