Vcl.Controls.TControl.GetAction
From RAD Studio API Documentation
Revision as of 17:42, 16 October 2011 by TestAccount (Talk | contribs)
Delphi
function GetAction: TBasicAction; virtual;
C++
virtual System::Classes::TBasicAction* __fastcall GetAction(void);
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.