Icon OnComplete Event

property OnComplete: TServerRequestEvent

Usage

Available In: Client and Server Applications

This event is triggered when the server request is complete. Use the StatusCode property to determine the status code returned by the web server and, subsequently, whether the request was successful or not.
Image