Vcl.Buttons.TBitBtn.GetActionLinkClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActionLinkClass: TControlActionLinkClass; override;

C++

DYNAMIC Vcl::Controls::TControlActionLinkClass __fastcall GetActionLinkClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Buttons.pas
Vcl.Buttons.hpp
Vcl.Buttons TBitBtn

Description


Returns the appropriate action link class that is associated with button controls.

Vcl.Buttons.TBitBtn.GetActionLinkClass inherits from Vcl.StdCtrls.TButtonControl.GetActionLinkClass. All content below this line refers to Vcl.StdCtrls.TButtonControl.GetActionLinkClass.

Returns the appropriate action link class that is associated with button controls.

GetActionLinkClass is used to get the appropriate class type for the action link used with button controls. GetActionLinkClass is used internally to create action link objects for clients when a button control has an associated action. The action link is used to link the action to the button control client. Each Action link class type is designed to link specific actions to clients based upon the types of properties the client supports. For button controls, GetActionLinkClass returns the TButtonActionLink class type.

See Also