Преглед изворни кода

* Published all properties in template

git-svn-id: trunk@16578 -
michael пре 15 година
родитељ
комит
f3f04b3420
1 измењених фајлова са 8 додато и 2 уклоњено
  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);