RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBitBtnActionLink Class

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

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

Buttons

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

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!