RAD Studio VCL Reference
|
Provides the abstract (pure virtual) prototype for a method to read Count bytes from the HTTP request into a string.
function ReadString(Count: Integer): AnsiString; virtual; abstract;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|