RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBasePageProducer.ContentFromString Method

Returns the content produced in response to an input string.

Pascal
function ContentFromString(const S: string): string; override;
C++
virtual __fastcall AnsiString ContentFromString(const AnsiString S);

Call ContentFromString to retrieve the content produced by the content producer based on the information provided by the S parameter.  

When the ScriptEngine property is assigned, the page producer generates its content using a special script-producer component. When ScriptEngine is not assigned, the page producer uses only the OnHTMLTag event, plus any other built-in translations provided by a descendant class. 

 

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