表示: 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 を使用して、さらに検索を行い、このバインディング名に一致するオブジェクトを返すことができます。

関連項目

以前のバージョン
他の言語