RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListView.GetActionLinkClass Method

Returns the action link class that is associated with list view controls.

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

GetActionLinkClass returns the class type for the action link that manages communication between the list view and the action specified by the Action property. Each Action link class is designed to link specific properties and event handlers of the action to its client, based on the types of properties the client supports. 

 

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