System.Actions.TContainedAction.Caption
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 の値は、すべてのクライアント コントロールと、そのアクションにリンク付けされたクライアント メニュー項目に伝播させることができます。