FMX.StdCtrls.TCustomSwitch.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TSwitchModel read GetModel;

C++

__property TSwitchModel* Model = {read=GetModel};

Properties

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

Description

A data model for this control.

See Also