API:Web.CGIHTTP.TWinCGIRequest.ReadString

From RAD Studio API Documentation

Delphi

function ReadString(Count: Integer): AnsiString; override;

C++

virtual System::AnsiString __fastcall ReadString(int Count);

Properties

Type Visibility Source Unit Parent
function public
Web.CGIHTTP.pas
Web.CGIHTTP.hpp
Web.CGIHTTP TWinCGIRequest

Description

Provides the method to read Count bytes from the HTTP request into a string. {{#multireplace:Web.CGIHTTP.TWinCGIRequest.ReadString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Web.CGIHTTP.TCGIRequest.ReadString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Web.CGIHTTP.TCGIRequest.ReadString|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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

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.

See Also