Data.Bind.Components.EnumRegisteredBindComponents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

extern DELPHI_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.

See Also