FMX.Forms.TApplication.ActionExecuteTarget

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function ActionExecuteTarget(Action: TBasicAction): Boolean;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TApplication


Beschreibung

Führt entweder für das aktuell aktive Steuerelement oder das aktive Formular oder die Anwendung eine Aktion aus.

ActionExecuteTarget führt ExecuteAction aus.

ActionExecuteTarget gibt True zurück, wenn ExecuteTarget die Action ausführt.

Das Verhalten von ActionExecuteTarget entspricht dem Verhalten von Behandlungsroutinen für CM_ACTIONEXECUTE-Botschaften in der VCL.

Siehe auch