* fix for #24947, writing index expression of property. Patch by Daniel Gaspary.

git-svn-id: trunk@25640 -
This commit is contained in:
marco 2013-10-04 21:37:52 +00:00
parent bca1e53840
commit 6ace630c6f

View File

@ -404,6 +404,8 @@ begin
wrt(': ');
WriteType(AProp.VarType);
end;
if AProp.IndexValue <> '' then
wrt(' index ' + AProp.IndexValue);
if AProp.ReadAccessorName <> '' then
wrt(' read ' + AProp.ReadAccessorName);
if AProp.WriteAccessorName <> '' then