RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasicActionLink.Execute Method

Invokes the action's Execute method.

Pascal
function Execute(AComponent: TComponent = nil): Boolean; virtual;
C++
virtual __fastcall Boolean Execute(TComponent * AComponent = nil);

Execute calls the action's Execute method and returns true if the action has an assigned OnExecute event handler, false otherwise.  

AComponent is the client component that the user clicked to execute the action. 

 

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