TemplateDir

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Properties >

TemplateDir

Use this property to indicate the folder your application's templates are located. The default value "\Templates", which means the Templates Folder must be under the application folder.

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.TemplateDir

 

ETYPE=Property

 

Declaration:

Delphi:

published property TemplateDir: string;

C++:

__published: __property String TemplateDir;

 

Description: This is TemplateDir, a member of class TIWServerControllerBase.