Web.CGIHTTP.TCGIRequest.WriteString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function WriteString(const AString: string): Boolean; override;

C++

virtual bool __fastcall WriteString(const System::UnicodeString AString);

Properties

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

Description

Provides a method for writingthe AString string back to the HTTP client.

WriteString is used by TCGIResponse to send the contents of a response to the CGI client.

See Also