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

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

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.

See Also