RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebResponse.SendResponse Method

Provides the abstract (pure virtual) prototype of a method that sends the HTTP response message to the web client.

Pascal
procedure SendResponse; virtual; abstract;
C++
virtual __fastcall SendResponse() = 0;

Call SendResponse after setting the properties of the HTTP response object to specify the response that should be made to the web client. If the request should be redirected to another URI, it is more efficient to call SendRedirect instead. 

 

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