RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinCGIRequest.WriteString Method

A specific method for writing the string AString back to the HTTP client.

Pascal
function WriteString(const AString: string): Boolean; override;
C++
virtual __fastcall Boolean WriteString(const AnsiString AString);

WriteString is a specific instance of the method WriteString (inherited from TWebRequest) for the class TWinCGIRequest. See the documentation for the inherited method for more information. 

 

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