Vcl.WinXCtrls.TToggleSwitchStateCaptions.CaptionOff

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CaptionOff: string read FCaptionOff write SetCaptionOff stored IsCaptionOffStored;

C++

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

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 Off state.

See Also