|
<< Click to display table of contents >>
|
TRVActionButton is a button that displays an SVG image from a predefined set and can synchronize this image with an action.
Unit FMX.RV.ActionButton;
Syntax
TRVActionButton = class (TCustomRVSVGPathButton)
TObject TPersistent TComponent TFmxObject TControl TStyledControl TPresentedControl TPresentedTextControl TCustomButton |
The component is a TSpeedButton with an additional SVG image. It is recommended to hide the rest of the button content (see HideText).
The image is selected from a predefined set using the Image property.
By default, the button has a square shape; see Square.
Unlike a standard TSpeedButton, the value of the StaysPressed property is preserved even when the button is linked to an action.