API:Vcl.StdCtrls.TPushButtonActionLink

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TButtonActionLinkVcl.Controls.TWinControlActionLinkVcl.Controls.TControlActionLinkVcl.ActnList.TActionLinkSystem.Actions.TContainedActionLinkTPushButtonActionLink

Delphi

TPushButtonActionLink = class(TButtonActionLink)

C++

class PASCALIMPLEMENTATION TPushButtonActionLink : public TButtonActionLink

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.

Vcl.StdCtrls.TPushButtonActionLink inherits from Vcl.StdCtrls.TButtonActionLink. All content below this line refers to Vcl.StdCtrls.TButtonActionLink.

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.