RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomXSLPageProducer.ProduceContent Method

Returns the content that the producer creates.

Pascal
function ProduceContent: string;
C++
__fastcall AnsiString ProduceContent();

Call ProduceContent to retrieve the content for using in an HTTP response message. In most cases, this content is a string of HTML commands defining a Web page, although it can be any valid MIME type. 

 

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