Vcl.WinXCtrls.TCustomToggleSwitch.GetActiveStateCaption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActiveStateCaption: string;

C++

System::UnicodeString __fastcall GetActiveStateCaption(void);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomToggleSwitch

Description

The caption text of the current toggle switch state.

See Also