RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIResponse Methods

The methods of the TCGIResponse class are listed here.

 
Name 
Description 
 
Provides the abstract (pure virtual) prototype of a method to access the Content property. 
 
Provides the abstract (pure virtual) prototype of a method to extract a date value from an indexed table of HTTP header variables. 
 
Provides the abstract (in C++ terminology, pure vitrual) prototype of a method to extract an integer value from an indexed table of HTTP header variables. 
 
Provides the abstract (pure virtual) prototype of a method to access the LogMessage property. 
 
Provides the abstract (pure virtual) prototype of a method to access the StatusCode property. 
 
Provides the prototype of a method to extract a string value from an indexed table of HTTP header variables. 
 
This is InitResponse, a member of class TCGIResponse. 
 
Provides the abstract (pure virtual) prototype of a method to set the Content property. 
 
Provides the abstract (pure virtual) prototype of a method to set a date-time valued HTTP header property. 
 
Provides the abstract (pure virtual) prototype of a method to set an integer valued HTTP header property. 
 
Provides the abstract (pure virtual) prototype of a method to set the value of the LogMessage property. 
 
Provides the abstract (pure virtual) prototype of a method to set the value of the StatusCode property. 
 
Provides the abstract (pure virtual) prototype of a method to set a string valued HTTP header property. 
 
Name 
Description 
 
Sends the response with a StatusCode of 301 (Moved Permanently) and a Location of URI. 
 
Sends the HTTP response message to the web client. 
 
Sends the HTTP response message with the contents set to the contents of AStream. 
 
Sent 
Indicates whether the HTTP response message has already been sent. 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!