API:FMX.ActnList.TCustomAction.Execute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Execute: Boolean; override;

C++

DYNAMIC bool __fastcall Execute();

Properties

Type Visibility Source Unit Parent
function public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

Description

Generates an OnExecute event.

FMX.ActnList.TCustomAction.Execute inherits from System.Classes.TBasicAction.Execute. All content below this line refers to System.Classes.TBasicAction.Execute.

Generates an OnExecute event.

Execute calls the OnExecute event handler, if one is assigned. Execute returns True if an event handler is called, False otherwise.

See Also