Web.HTTPApp.TWebResponse.SendResponse
Delphi
procedure SendResponse; virtual; abstract;
C++
virtual void __fastcall SendResponse() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TWebResponse |
Description
Provides the abstract (pure virtual) prototype of a method that sends the HTTP response message to the web client.
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.