RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapConnection.OnAfterExecute Event

Occurs when TSoapConnection receives the results from executing a method on the application server.

Pascal
property OnAfterExecute: TAfterExecuteEvent;
C++
__property TAfterExecuteEvent OnAfterExecute;

Write an OnAfterExecute event handler to examine or alter the encoded results from executing a method on the application server. OnAfterExecute is assigned as the OnAfterExecute event handler of an internal remote interfaced object that the SOAP connection uses to communicate with the application server. 

 

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