FMX.Forms.TApplication.ActionExecuteTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ActionExecuteTarget(Action: TBasicAction): Boolean;

C++

bool __fastcall ActionExecuteTarget(System::Classes::TBasicAction* Action);

Properties

Type Visibility Source Unit Parent
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TApplication

Description

Executes an action for either the current active control or the active form, or the application.

ActionExecuteTarget performs ExecuteAction.

ActionExecuteTarget returns True if ExecuteTarget executes the Action.

The behavior of ActionExecuteTarget is analogous to the behavior of handlers for CM_ACTIONEXECUTE messages in VCL.

See Also