RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomContentProducer.Content Method

Returns the content produced by the content producer.

Pascal
function Content: string; virtual;
C++
virtual __fastcall AnsiString Content();

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. 

 

ContentFromStream 

ContentFromString 

Content 

Responding to Request Messages with Action Items

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!