Icon TEWBServerRequestEvent

Unit: ewbsrvrequest

TEWBServerRequestEvent = procedure (Request: TEWBServerRequest)
      of object

The TEWBServerRequestEvent event type is used by the TEWBServerRequest OnComplete event to indicate when a server request is complete.

The Request parameter indicates the server request that triggered the event, and the StatusCode property of the server request can be examined to determine if the request completed successfully.
Image