Data.Bind.Components.GetBindEditorNames

提供: RAD Studio API Documentation
移動先: 案内検索

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 の実装を使って、TListBoxTComboBox を設定します。

関連項目