mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-30 17:20:30 +02:00
* Published all properties in template
git-svn-id: trunk@16578 -
This commit is contained in:
parent
c7fe965f2c
commit
f3f04b3420
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user