RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCGIRequest.ReadString Method

Provides the method to read Count bytes from the HTTP request into a string.

Pascal
function ReadString(Count: Integer): AnsiString; override;
C++
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!