FMX.Switch.Style.TStyledSwitch.SwitchObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SwitchObject: TCustomSwitchObject read FSwitchObject;

C++

__property Fmx::Styles::Switch::TCustomSwitchObject* SwitchObject = {read=FSwitchObject};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Switch.Style.pas
FMX.Switch.Style.hpp
FMX.Switch.Style TStyledSwitch

Description

A reference to a switch style object.

Can be nil.

See Also