|
RAD Studio VCL Reference
|
Reads Count bytes from the HTTP request into a string.
function ReadString(Count: Integer): AnsiString; override;
virtual __fastcall AnsiString ReadString(int Count);
Use ReadString to load the next chunk of content information form the HTTP request into a string. ReadString allows the server application 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!
|