RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSpeedButtonActionLink Class

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

Pascal
TSpeedButtonActionLink = class(TControlActionLink);
C++
class TSpeedButtonActionLink : public TControlActionLink;

TSpeedButtonActionLink is designed to specifically link actions to speed buttton 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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!