summaryrefslogtreecommitdiff
path: root/packages/fcl-base
diff options
context:
space:
mode:
authormichael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-12-17 13:41:10 +0000
committermichael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-12-17 13:41:10 +0000
commit435b2cb9fa4107051b18362d8c0860753519bd28 (patch)
treebfcf454f1a4189c0659e6c71caf1637e100938c1 /packages/fcl-base
parent85a9611d825c785a6ab3c3fd54d4521b1340edb4 (diff)
downloadfpc-435b2cb9fa4107051b18362d8c0860753519bd28.tar.gz
* Published all properties in template
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@16578 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fcl-base')
-rw-r--r--packages/fcl-base/src/fptemplate.pp10
1 files changed, 8 insertions, 2 deletions
diff --git a/packages/fcl-base/src/fptemplate.pp b/packages/fcl-base/src/fptemplate.pp
index bf1d6664aa..0c7fb94e2b 100644
--- a/packages/fcl-base/src/fptemplate.pp
+++ b/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);