RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasicAction.Execute Method

Generates an OnExecute event.

Pascal
function Execute: Boolean; dynamic;
C++
__fastcall Boolean Execute();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!