1、端口设置,port参数修改端口号。
2、初始化设置成ciMultiThreaded。这样可以避免ADO组件的加载错误。
3、IWTemplateProcessorHTML1设置,
IWForm1->LayoutMgr= IWTemplateProcessorHTML1;//关联模板(IWForm1. html)
IWTemplateProcessorHTML1->RenderStyles=False; //禁用IW的样式设置
4、Templates是保存模板文件,wwwroot是保存JS、和CSS文件。
5、IWTemplateProcessorHTML1的Templates路径设置index.html。