表示: Delphi
C++
表示設定
FMX.Types.TFmxObject.BindingName
提供:XE2 API Documentation
Delphi
property BindingName: string read FBindingName write SetBindingName;
C++
__property System::UnicodeString BindingName = {read=FBindingName, write=SetBindingName};
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| property | published | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TFmxObject |
説明
バインディング名を、この FMX オブジェクトに指定します。BindingName プロパティを設定することにより、FindBinding を使用して、さらに検索を行い、このバインディング名に一致するオブジェクトを返すことができます。