Show: Delphi C++
Display Preferences

Data.Bind.Components.RegisterBindEditorFactory

From XE2 API Documentation
Jump to: navigation, search

Delphi

procedure RegisterBindEditorFactory(AFactories: array of TBindEditorFactoryClass);

C++

extern PACKAGE void __fastcall RegisterBindEditorFactory(TBindEditorFactoryClass *AFactories, const int AFactories_Size);

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

Personal tools
Previous Versions
Translations