RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TControlActionLink.IsOnExecuteLinked Method

Indicates whether the OnExecute event handler for the action and the client are linked.

Pascal
function IsOnExecuteLinked: Boolean; override;
C++
virtual __fastcall Boolean IsOnExecuteLinked();

IsOnExecuteLinked indicates whether the OnExecute event handler is linked to the appropriate client event. IsOnExecuteLinked returns true if the client requests that the action control this event, false otherwise. 

 

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