Web.HTTPApp.TWebRequest.ReadUnicodeString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ReadUnicodeString(Count: Integer): string;

C++

System::UnicodeString __fastcall ReadUnicodeString(int Count);

Properties

Type Visibility Source Unit Parent
function public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebRequest

Description

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

ReadUnicodeString provides a method to read Count bytes from the HTTP request into an unicode string.

See Also