Vcl.ActnMan.TActionClientsCollection.GetActionManager

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActionManager: TCustomActionManager;

C++

TCustomActionManager* __fastcall GetActionManager(void);

Properties

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

Description

Initializes the collection after the constructor is finished.

GetActionManager is the protected read implementation of the ActionManager property.

This method returns the value of the Owner property, after casting it to a TCustomActionManager object.

See Also