Difference between revisions of "Midware TServerObject.FOnRequestDone"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TServerObject -> [[Midware_TServerObject.FOnRequestDone |…')
 
(No difference)

Latest revision as of 14:27, 9 May 2011

Main page -> Midware component reference -> TServerObject -> FOnRequestDone

Definition

protected FOnRequestDone : TNotifyEvent;

Description

FOnRequestDone is an internal event used by ORB to do some work at the end of TServerObject processing. Finish method will trigger the event handler. Normally not used in a descendent TServerObject.