Vcl.WinXCtrls.TToggleSwitchStateCaptions.CaptionOff

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

Delphi

property CaptionOff: string read FCaptionOff write SetCaptionOff stored IsCaptionOffStored;

C++

__property System::UnicodeString CaptionOff = {read=FCaptionOff, write=SetCaptionOff, stored=IsCaptionOffStored};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TToggleSwitchStateCaptions


説明

トグル スイッチが Off 状態のときのキャプション テキストです。

関連項目