diff options
| author | michael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-12-17 13:41:10 +0000 |
|---|---|---|
| committer | michael <michael@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-12-17 13:41:10 +0000 |
| commit | 435b2cb9fa4107051b18362d8c0860753519bd28 (patch) | |
| tree | bfcf454f1a4189c0659e6c71caf1637e100938c1 /packages/fcl-base | |
| parent | 85a9611d825c785a6ab3c3fd54d4521b1340edb4 (diff) | |
| download | fpc-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.pp | 10 |
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); |
