Browse Source

* Published all properties in template

git-svn-id: trunk@16578 -
michael 14 years ago
parent
commit
f3f04b3420
1 changed files with 8 additions and 2 deletions
  1. 8 2
      packages/fcl-base/src/fptemplate.pp

+ 8 - 2
packages/fcl-base/src/fptemplate.pp

@@ -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);