RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapPascalInvoker.BeforeDispatchEvent2 Event

Occurs before the invoker calls an invokable interface to execute a SOAP request.

Pascal
property BeforeDispatchEvent2: TBeforeDispatchEvent2;
C++
__property TBeforeDispatchEvent2 BeforeDispatchEvent2;

Write a BeforeDispatchEvent2 event handler to override the default handling of an incoming request. The Invoke method generates this event after it has obtained an interface pointer for the target invokable interface, but before it calls the specified method on that interface. 

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