Data.Bind.Components.RegisterBindCompFactory

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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 RegisterBindCompFactory(AFactory: IBindCompFactory);

C++

extern DELPHI_PACKAGE void __fastcall RegisterBindCompFactory(_di_IBindCompFactory AFactory);

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