RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebRequest.ReadString Method

Provides the abstract (pure virtual) prototype for a method to read Count bytes from the HTTP request into a string.

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

Descendants of TWebRequest implement ReadString. ReadString is used to load content information from the HTTP request into a string. Use ReadString to get the next chunk of information when the content of the request message is too large for the Content property. 

 

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