Vcl.ActnMan.TActionClientItem.GetActionLinkClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActionLinkClass: TActionClientLinkClass; dynamic;

C++

DYNAMIC TActionClientLinkClass __fastcall GetActionLinkClass();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientItem

Description

Returns the action link class.

GetActionLinkClass is internally used to get the action link class that connects actions to commonly used properties of VCL objects, components, and controls.

See Also