Data.Bind.Components.GetBindEditor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBindEditor(AComponent: TObject; AGuid: TGuid; const AName: string): IInterface;

C++

extern DELPHI_PACKAGE System::_di_IInterface __fastcall GetBindEditor(System::TObject* AComponent, const GUID &AGuid, const System::UnicodeString AName = System::UnicodeString());

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.

See Also