FMX.Forms.TCommonCustomForm.Caption

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

Delphi

property Caption: string read FCaption write SetCaption stored CaptionStore;

C++

__property System::UnicodeString Caption = {read=FCaption, write=SetCaption, stored=CaptionStore};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

説明

ユーザーがフォームを識別するために使用するテキスト文字列を示します。

Caption を使用すると、フォームのラベルとなる(ユーザーへの識別となる)テキスト文字列を指定することができます。

関連項目