FMX.StdCtrls.TCheckBox.IsPressed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsPressed: Boolean read FIsPressed default False;

C++

__property bool IsPressed = {read=FIsPressed, default=0};

Properties

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

Description

Reads the pressed state of this check box.

The IsPressed read-only property is True when this check box is pressed, False otherwise.

See Also