RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBaseAdapterPageProducer.GetTemplateFileType Method

Returns the type of file that can store the templates this object uses to generate its content.

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

GetTemplateFileType returns the string 'HTML', because Adapter page producers generate their contents based on an HTML template that includes HTML-transparent tags. 

 

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