FMX.StdCtrls.TSpeedButton
Delphi
TSpeedButton = class(TCustomButton, IGroupName, IIsChecked)
C++
class PASCALIMPLEMENTATION TSpeedButton : public TCustomButton
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.StdCtrls.pas FMX.StdCtrls.hpp |
FMX.StdCtrls | FMX.StdCtrls |
Description
Represents a push button that contains a text caption, for usage in various toolbars that you might employ into your applications.
A TSpeedButton is a general-purpose push button for use in an application's toolbar. These buttons can be enabled, disabled, pressed, and can respond to control keys such as ESCAPE and ENTER.
These speed buttons can also have a modal result attached to them.
Their distinctive appearance differentiates them from other buttons. Also, speed buttons cannot receive TAB focus.