Midware TServerObject.FOnRequestDone
Jump to navigation
Jump to search
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.