Vcl.ComCtrls.TCustomComboBoxEx.GetActionLinkClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActionLinkClass: TControlActionLinkClass; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomComboBoxEx

Description

Returns the action link class that is associated with extended combo boxes.

GetActionLinkClass returns the class type for the action link that manages communication between the combo box 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