Vcl.Controls.TControl.GetAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAction: TBasicAction; virtual;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

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