RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPushButtonActionLink Class

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

Pascal
TPushButtonActionLink = class(TButtonActionLink);
C++
class TPushButtonActionLink : public TButtonActionLink;

TPushButtonActionLink is designed to specifically link actions to button control clients. TPushButtonActionLink inherits from its ancestors support for linking actions with the properties of components, generic controls, and windowed controls. TPushButtonActionLink overrides methods to set the client's property that corresponds to the action's ImageIndex property. 

 

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