Data.Bind.Components.RegisterValuePropertyName

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

Delphi

procedure RegisterValuePropertyName(AClasses: TArray<TClass>; const APropertyName: string; const AFrameWorkExt: string);

C++

extern DELPHI_PACKAGE void __fastcall RegisterValuePropertyName(System::DynamicArray<System::TClass> AClasses, const System::UnicodeString APropertyName, const System::UnicodeString AFrameWorkExt)/* overload */;

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components


説明

コントロールの値となるプロパティを登録します。

RegisterValuePropertyName メソッドは、コントロールの値であるプロパティを登録します。たとえば、TextTEdit コントロールの値プロパティです。 RegisterValuePropertyName にはオーバーロード メソッドが 3 つ存在し、それぞれの異なるパラメータを受け取ります:

AClass または AClasses パラメータは、式クラスまたはクラスの配列を指定します。

APropertyName パラメータは、コントロールのプロパティの名前を指定します。

AFrameWorkExt パラメータは、フレームワークを示す文字列です。

AOptions パラメータは TValuePropertyOptions 型で、プロパティのオプション(観察可能、追跡可能、など)が格納されます。

関連項目