RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAbstractWebContext.Response Property

Represents the current HTTP response that the application is assembling.

Pascal
property Response: TWebResponse;
C++
__property TWebResponse Response;

Read Response to obtain information about or add to the response message that the application builds as a reply to the message that the Request property specifies. The response object provides access to the headers of the response message, as well as the content of the message. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!