|
RAD Studio VCL Reference
|
Provides the method to read Count bytes from the HTTP request into a string.
function ReadString(Count: Integer): AnsiString; override;
virtual __fastcall AnsiString ReadString(int Count);
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!
|