Vcl.WinXCtrls.TToggleSwitchStateCaptions.CaptionOn

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

Delphi

property CaptionOn: string read FCaptionOn write SetCaptionOn stored IsCaptionOnStored;

C++

__property System::UnicodeString CaptionOn = {read=FCaptionOn, write=SetCaptionOn, stored=IsCaptionOnStored};

プロパティ

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


説明

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

関連項目