FMX.StdCtrls.TRadioButton.IsPressed
Delphi
property IsPressed: Boolean read FIsPressed;
C++
__property bool IsPressed = {read=FIsPressed, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | TRadioButton |
Description
Reads the pressed state of this radio button.
The IsPressed read-only property is True when this radio button is pressed, False otherwise.