* Published all properties in template

git-svn-id: trunk@16578 -
This commit is contained in:
michael 2010-12-17 13:41:10 +00:00
parent c7fe965f2c
commit f3f04b3420

View File

@ -131,8 +131,14 @@ Type
Published
Property FileName;
Property Template;
// Property AllowTagParams;
// Property OnReplaceTag;
Property AllowTagParams;
Property OnReplaceTag;
Property StartDelimiter;
Property EndDelimiter;
Property ParamStartDelimiter;
Property ParamEndDelimiter;
Property ParamValueSeparator;
Property OnGetParam;
end;
ETemplateParser = Class(Exception);