Classes.TBasicAction.Execute

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Classes.pas

	function Execute(): Boolean; dynamic;


Unit: Classes

Type: method

Visibility: public

Member Of: TBasicAction

C++ Information

From Classes.hpp

	dynamic virtual bool __fastcall Execute(void);


Unit: Classes

Type: method

Visibility: public

Member Of: TBasicAction

Description

Generates an OnExecute event.


Execute calls the OnExecute event handler, if one is assigned, with the action as the Sender. Execute returns true if an event handler is called, false otherwise.

See Also

Personal tools
Translations
Newest Version