Vcl.ActnMan.TCustomActionControl.GetAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAction: TBasicAction; override;

C++

virtual System::Classes::TBasicAction* __fastcall GetAction();

Properties

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

Description

Returns the value of the Action property.

Vcl.ActnMan.TCustomActionControl.GetAction inherits from Vcl.Controls.TControl.GetAction. All content below this line refers to Vcl.Controls.TControl.GetAction.

Returns the value of the Action property.

GetAction is a protected method in the TControl class and is used to obtain the current value of the Action property.

See Also