RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWinCGIRequest.ReadString Method

A specific method for reading Count bytes from the HTTP request into a string.

Pascal
function ReadString(Count: Integer): string; override;
C++
virtual __fastcall AnsiString ReadString(int Count);

ReadString is a specific instance of the method ReadString (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!