RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomAdapterPageProducer.GetTemplateFileName Method

Returns the value of the HTMLFile property.

Pascal
function GetTemplateFileName: string; override;
C++
virtual __fastcall AnsiString GetTemplateFileName();

TBasePageProducer introduces the protected GetTemplateFileName method to obtain the name of a file that contains a template from which to produce content. Each page producer component overrides GetTemplateFileName to supply this template in a class-specific way. TCustomAdapterPageProducer returns the value of the HTMLFile property. 

 

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