* Fix bug ID #32403, return type for replace function to support unicode string

git-svn-id: trunk@37853 -
This commit is contained in:
michael 2017-12-29 10:35:56 +00:00
parent 6e5093a6cc
commit 4ed6280bb6

View File

@ -207,8 +207,7 @@ type
TRegExpr = class;
TRegExprReplaceFunction = function (ARegExpr : TRegExpr): string
of object;
TRegExprReplaceFunction = function (ARegExpr : TRegExpr): RegExprString of object;
TRegExpr = class
private