Function CSPTemplate::LoadFromFile()

Description:
Loads and builds the template from a file.

Prototype:
bool LoadFromFile(const CSPString& strFilename);

Arguments:
  • const CSPString& strFilename [IN]
    The template filename.



Return value:
If successful, it returns true. Otherwise, it returns false.

Examples:
Template.LoadFromFile( "Hello.tmpl" );

See also:
member function Build()
CSPTemplate | Other support classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd