FMX.StdCtrls.TSpeedButton

From RAD Studio API Documentation
Jump to: navigation, search

FMX.StdCtrls.TCustomButtonFMX.StdCtrls.TPresentedTextControlFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentTSpeedButton

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.

SpeedButton.png

See Also