API:Bde.DBBdeWeb.TQueryTableProducer.Content
From RAD Studio API Documentation
Revision as of 18:46, 7 October 2011 by PyBot (talk | contribs) (Created page with '<section begin=api /> <!--Start API Info--><ul id='childlinks'><li class='first'>'''Up to Parent: TQueryTableProducer'''</li> </ul> <vclInfo ...')
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.