FMX.StdCtrls.TSwitchModel.Value

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Value: Boolean read FValue write SetValue;

C++

__property bool Value = {read=FValue, write=SetValue, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TSwitchModel

Description

The Boolean value of the switch.

True if the switch is on, False if the switch is off.

See Also