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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!