RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasePageProducer.Content Method

Returns the content produced by the content producer.

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

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. 

 

ContentFromStream 

ContentFromString 

Content 

Specifying the HTML Template

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