Data.Bind.Components.RegisterBindEditorFactory

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterBindEditorFactory(AFactories: array of TBindEditorFactoryClass);

C++

extern DELPHI_PACKAGE void __fastcall RegisterBindEditorFactory(TBindEditorFactoryClass *AFactories, const int AFactories_High);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Registers an implementation of a bind editor on a component.

RegisterBindEditorFactory registers an implementation of a bind editor on a component. Bind editors are used by some binding components to edit the control component. For example, TBindList uses an implementation of TBindList to populate TListBox and TComboBox.

See Also