Vcl.WinXCtrls.TToggleSwitchStateCaptions.CaptionOn

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CaptionOn: string read FCaptionOn write SetCaptionOn stored IsCaptionOnStored;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TToggleSwitchStateCaptions

Description

The caption text when the toggle switch is in the On state.

See Also