Web.HTTPApp.IProduceContent.ProduceContent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ProduceContent: string;

C++

virtual System::UnicodeString __fastcall ProduceContent() = 0 ;

Properties

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

Description

Returns the content that the producer creates.

Call ProduceContent to retrieve the content for using in an HTTP response message. In most cases, this content is a string of HTML commands defining a Web page, although it can be any valid MIME type.

See Also