RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterPageProducer.GetRequiredTags Method

Returns the HTML-transparent tags that the adapter page producer requires to have present in its template.

Pascal
class function GetRequiredTags: string;
C++
__fastcall AnsiString GetRequiredTags();

GetRequiredTags returns a string containing the special tags that the page producer expects to find for generating its content. This method returns the string '<#STYLES> <#WARNINGS> <#SERVERSCRIPT>'. 

 

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