FMX.StdCtrls.TThumb.IsPressed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsPressed: Boolean read FPressed;

C++

__property bool IsPressed = {read=FPressed, nodefault};

Properties

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

Description

Specifies the state of this thumb component (pressed or unpressed).

Use the IsPressed property to specify the status of this thumb (pressed - True; unpressed - False).

See Also