Vcl.StdCtrls.TButtonActionLink
Delphi
TButtonActionLink = class(TWinControlActionLink)
C++
class PASCALIMPLEMENTATION TButtonActionLink : public Vcl::Controls::TWinControlActionLink
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | Vcl.StdCtrls |
Description
TButtonActionLink is an action link designed specifically for button control clients.
TButtonActionLink is designed to specifically link actions to button control clients. TButtonActionLink overrides methods to determine whether the action and client are linked, and to ensure that action events are appropriate for properties of button control clients.
TButtonActionLink inherits, from its ancestors, support for linking actions with the properties of components, generic controls, and windowed controls. TButtonActionLink adds support for linking the checked property to the appropriate property of a button control.