FMX.StdCtrls.TCustomSwitch

From RAD Studio API Documentation

Error: Image is invalid or non-existent.

Delphi

TCustomSwitch = class(TPresentedControl, IIsChecked)

C++

class PASCALIMPLEMENTATION TCustomSwitch : public Fmx::Controls::Presentation::TPresentedControl

Properties

Type Visibility Source Unit Parent
class public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls FMX.StdCtrls

Description

Represents a two-way on/off switch for use in applications.

See Also