RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonControl.GetActionLinkClass Method

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

Pascal
function GetActionLinkClass: TControlActionLinkClass; override;
C++
virtual __fastcall TControlActionLinkClass GetActionLinkClass();

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. 

 

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