Delphi中Templates代码模板添加注意事项
Posted A·DONG
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Delphi中Templates代码模板添加注意事项相关的知识,希望对你有一定的参考价值。
今天用Delphi中的代码模板添加一段代码,结果就是有问题,多次测试后,发现是编码需要注意。
<?xml version="1.0" encoding="GB2312" ?> <!--若下面的数据中包含中文,这里必须要用GB2312,否则这个代码模板将无法使用--> <codetemplate xmlns="http://schemas.borland.com/Delphi/2005/codetemplates" version="1.0.0"> <template name="ad_msg1" invoke="manual"> <description> msg1 </description> <author> ad </author> <code language="Delphi"><![CDATA[ <!--这里语言Delphi必须填写-->
if Application.MessageBox(‘您是否确定进行该操作?‘,‘信息确认框‘,MB_YESNO) = IDNO then exit; <!--这里有中文,上面要用GB2312--> ]]> </code> </template> </codetemplate>
以上是关于Delphi中Templates代码模板添加注意事项的主要内容,如果未能解决你的问题,请参考以下文章
java添加templates模板,httpServlet模板改写
Django4.3_templates模板之继承标签extends和include添加标签
详细:idea2021自定义注解模板live Templates
详细:idea2021自定义注解模板live Templates