Vcl.RibbonActnCtrls.TTimerSpeedButton

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Buttons.TSpeedButtonVcl.Buttons.TCustomSpeedButtonVcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTTimerSpeedButton

Delphi

TTimerSpeedButton = class(TSpeedButton)

C++

class PASCALIMPLEMENTATION TTimerSpeedButton : public Vcl::Buttons::TSpeedButton

Properties

Type Visibility Source Unit Parent
class public
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls Vcl.RibbonActnCtrls

Description

A TTimerSpeedButton is used in a TRibbonSpinEdit button.

A TRibbonSpinButton object is associated with two TTimerSpeedButton objects. One is an Up button and the other is a Down button.


See Also