From f3f04b3420ecfc391fa7b673c589e97f45745e36 Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 17 Dec 2010 13:41:10 +0000 Subject: [PATCH] * Published all properties in template git-svn-id: trunk@16578 - --- packages/fcl-base/src/fptemplate.pp | 10 ++++++++-- 1 file 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);