Data.Bind.Components.GetBindEditorNames
Delphi
function GetBindEditorNames(AComponent: TObject; AGuid: TGuid): TArray<string>;
C++
extern DELPHI_PACKAGE System::DynamicArray<System::UnicodeString> __fastcall GetBindEditorNames(System::TObject* AComponent, const GUID &AGuid);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
function | public | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | Data.Bind.Components |
説明
コンポーネントのバインディング エディタに含まれる名前の配列を返します。
一部のバインディング コンポーネントでは、バインディング エディタを使ってコントロール コンポーネントを編集することができます。 たとえば、TBindList は、IBindListEditor の実装を使って、TListBox と TComboBox を設定します。