API:FMX.StdCtrls.TCustomButton.IsPressed

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsPressed: Boolean read FIsPressed write SetIsPressed default False;

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.