RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TButtonItemActionLink.SetOnExecute Method

Sets the execution event handler for a control if the client is linked to the action for this event.

Pascal
procedure SetOnExecute(Value: TNotifyEvent); override;
C++
virtual __fastcall SetOnExecute(TNotifyEvent Value);

SetOnExecute sets the appropriate execution event handler of a control and is called only if the client is linked for this event. Value specifies the procedure that should be used for this event. 

 

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