Data.Bind.Components.RegisterBindCompFactory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterBindCompFactory(AFactory: IBindCompFactory);

C++

extern DELPHI_PACKAGE void __fastcall RegisterBindCompFactory(_di_IBindCompFactory AFactory);

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 at design time to register binding component factories.

The RegisterBindCompFactory method is used at design time to register 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