RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRIO.DoAfterExecute Method

Generates an OnAfterExecute event.

Pascal
procedure DoAfterExecute(const MethodName: string; Response: TStream); virtual;
C++
virtual __fastcall DoAfterExecute(const AnsiString MethodName, TStream Response);

TRIO calls DoAfterExecute internally after it receives the results of a method call but before it unmarshals those results. This method simply generates an OnAfterExecute event, passing the MethodName and Response parameters to the event handler. Override this method to perform class-specific actions before or after the OnAfterExecute event. 

MethodName is the name of the method that was just executed on the server. 

Response is a stream from that contains the results that the server returned after executing the specified method. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!