API:Web.DSProd.TCustomDataSetPageProducer.Content

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Content: string; override;

C++

virtual System::UnicodeString __fastcall Content();

Properties

Type Visibility Source Unit Parent
function public
Web.DSProd.pas
Web.DSProd.hpp
Web.DSProd TCustomDataSetPageProducer

Description

Returns the content produced by the content producer.

Web.DSProd.TCustomDataSetPageProducer.Content inherits from Web.HTTPProd.TBasePageProducer.Content. All content below this line refers to Web.HTTPProd.TBasePageProducer.Content.

Returns the content produced by the content producer.

Call Content to retrieve the content for using in an HTTP response message. TBasePageProducer attempts to locate a default template and uses that to generate the resulting content.

See Also