Vcl.Buttons.TSpeedButtonActionLink

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TControlActionLinkVcl.ActnList.TActionLinkSystem.Actions.TContainedActionLinkSystem.Classes.TBasicActionLinkSystem.TObjectTSpeedButtonActionLink

Delphi

TSpeedButtonActionLink = class(TControlActionLink)

C++

class PASCALIMPLEMENTATION TSpeedButtonActionLink : public Vcl::Controls::TControlActionLink

Properties

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

Description

TSpeedButtonActionLink is an action link designed specifically for button control clients.

TSpeedButtonActionLink is designed to specifically link actions to speed button control clients. TSpeedButtonActionLink overrides methods to determine whether the action and client are linked, and to ensure that action events are appropriate for properties of speed button control clients.

TSpeedButtonActionLink inherits from its ancestors support for linking actions with the properties of components, generic controls, and windowed controls. TSpeedButtonActionLink adds support for linking the checked property to the appropriate property of a speed button control.