Data.Bind.Components.EnumRegisteredBindCompFactories

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EnumRegisteredBindCompFactories(Proc: TEnumBindCompFactoryProc; Info: TEnumBindCompProcInfo);

C++

extern DELPHI_PACKAGE void __fastcall EnumRegisteredBindCompFactories(TEnumBindCompFactoryProc 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 component factories.

EnumRegisteredBindCompFactories is used internally at design time to access the list of registered binding component factories. Binding component factories are used to create new binding components and, at the same time, to set some properties. For example, there is a factory used to create a TBindDBLink component and to set properties that are used to associate it with a FireMonkey control and a TField.

See Also