CDocTemplate::LoadTemplate

This method is called by the framework to load the resources for a specified CDocTemplate or derived class. Usually, it is called during construction, except when the template is being constructed globally. In that case, the call to LoadTemplate is delayed until CWinApp::AddDocTemplate is called.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual void LoadTemplate( );

See Also

CWinApp::AddDocTemplate