Vcl.ComCtrls.TCustomListView.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.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomListView

Description

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

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.

See Also