API:Vcl.ExtActns.TSavePicture.Caption
Delphi
property Caption: string read FCaption write SetCaption default 0;
C++
__property Caption = {default=0};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | Vcl.ExtActns.pas Vcl.ExtActns.hpp |
Vcl.ExtActns | TSavePicture |
説明
アクションのキャプションを表します。
Vcl.ExtActns.TSavePicture.Caption は System.Actions.TContainedAction.Caption を継承しています。以下の内容はすべて System.Actions.TContainedAction.Caption を参照しています。
アクションのキャプションを表します。
Caption には、アクションのキャプションとして使用される文字列が(設定された場合に)保持されます。Caption の値はアクションのクライアントに伝播します。