Soap.SOAPConn.TSoapConnection.OnAfterExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnAfterExecute: TAfterExecuteEvent read FOnAfterExecute write FOnAfterExecute;

C++

__property Soap::Rio::TAfterExecuteEvent OnAfterExecute = {read=FOnAfterExecute, write=FOnAfterExecute};

Properties

Type Visibility Source Unit Parent
event published
Soap.SOAPConn.pas
Soap.SOAPConn.hpp
Soap.SOAPConn TSoapConnection

Description

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

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.

See Also