|
@@ -4184,7 +4184,7 @@ begin
|
|
if GenericTemplateTypes<>nil then
|
|
if GenericTemplateTypes<>nil then
|
|
Result:=Result+GenericTemplateTypesAsString(GenericTemplateTypes)+' = '+Result
|
|
Result:=Result+GenericTemplateTypesAsString(GenericTemplateTypes)+' = '+Result
|
|
else
|
|
else
|
|
- Result:=Result+' = '+Result;
|
|
|
|
|
|
+ Result:=SafeName+' = '+Result;
|
|
end;
|
|
end;
|
|
If (IndexRange<>'') then
|
|
If (IndexRange<>'') then
|
|
Result:=Result+'['+IndexRange+']';
|
|
Result:=Result+'['+IndexRange+']';
|