Data.Bind.Components.GetBindEditor

De RAD Studio API Documentation
Aller à : navigation, rechercher

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());

Propriétés

Type Visibilité  Source Unité  Parent
function public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components


Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !

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.

Voir aussi