Vcl.ActnMan.TCustomActionControl.GetAction

From RAD Studio API Documentation

Delphi

function GetAction: TBasicAction; override;

C++

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

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. {{#multireplace:Vcl.ActnMan.TCustomActionControl.GetAction|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Vcl.Controls.TControl.GetAction|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Vcl.Controls.TControl.GetAction|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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