RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseInetXPageProducer.GetRequiredTags Method

Returns the default set of HTML-transparent tags for an InternetExpress page producer.

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

GetRequiredTags dynamically generates the InternetExpress-specific tags that form the basis of an InternetExpress page producer's default template. 

GetRequiredTags returns the string

<#INCLUDES> <#STYLES> <#WARNINGS> <#FORMS> <#SCRIPT>

 

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