Vcl.WinXCtrls.TToggleSwitchStateCaptions.CaptionOn

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CaptionOn: string read FCaptionOn write SetCaptionOn stored IsCaptionOnStored;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TToggleSwitchStateCaptions


Beschreibung

Die Beschriftung, wenn sich der Umschalter im Status On befindet.

Siehe auch