API:Bde.DBBdeWeb.TQueryTableProducer.Content

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Content: string; override;

C++

virtual System::UnicodeString __fastcall Content(void);

Properties

Type Visibility Source Unit Parent
function public
Bde.DBBdeWeb.pas
Bde.DBBdeWeb.hpp
Bde.DBBdeWeb TQueryTableProducer

Description

Returns the content produced by the content producer.

Bde.DBBdeWeb.TQueryTableProducer.Content inherits from Web.HTTPApp.TCustomContentProducer.Content. All content below this line refers to Web.HTTPApp.TCustomContentProducer.Content.

Returns the content produced by the content producer.

Call Content to retrieve the content for using in an HTTP response message. TCustomContentProducer returns an empty string. Descendants of TCustomContentProducer return the value of the content that they produce. In most cases, this content is a string of HTML commands, although it can be any valid MIME type.

See Also