System.Actions.TContainedAction.Caption

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

Delphi

property Caption: string read FCaption write SetCaption;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

説明

アクションのキャプションを表します。


Caption には、アクションのキャプションとして使用される文字列が(設定された場合に)保持されます。Caption の値はアクションのクライアントに伝播します。

関連項目