Show: Delphi
C++
Display Preferences
Data.Bind.Components.GetBindEditor
From XE2 API Documentation
Delphi
function GetBindEditor(AComponent: TObject; AGuid: TGuid): IInterface;
C++
extern PACKAGE System::_di_IInterface __fastcall GetBindEditor(System::TObject* AComponent, const GUID &AGuid);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
Description
Requests an implementation of a binding editor on a component.
GetBindEditor requests an implementation of a binding editor on a component. Binding editors are used by some binding components to edit the control component. For example, TBindList uses an implementation of IBindListEditor to populate TListBox and TComboBox.