Web.CGIHTTP.TWinCGIRequest.ReadString

From RAD Studio API Documentation
Jump to: navigation, search

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

A specific method for reading Count bytes from the HTTP request into a string.

ReadString is a specific instance of the ReadString method (inherited from TWebRequest) for the TWinCGIRequest class. See the documentation for the inherited method for more information.

See Also