pas2js: docs: property getter array element not supported

git-svn-id: trunk@38508 -
This commit is contained in:
Mattias Gaertner 2018-03-12 16:55:54 +00:00
parent a4500faa59
commit fe8f7a9876

View File

@ -1479,7 +1479,10 @@ function(){
<li>Property: <li>Property:
<ul> <ul>
<li>References are replaced by getter/setter.</li> <li>References are replaced by getter/setter.</li>
<li>Supported: argument lists, default property, class property, stored modifier, index modifier.</li> <li>Supported: argument lists, default property, class property,
stored modifier, index modifier.</li>
<li>Not supported: getter/setter to an array element,
e.g. <i>property A: char read FArray[0];</i> </li>
<li>Class property getter/setter are not static as in Delphi.</li> <li>Class property getter/setter are not static as in Delphi.</li>
<li>The <i>Index</i> modifier supports any constant, e.g. a string, while <li>The <i>Index</i> modifier supports any constant, e.g. a string, while
Delphi only allows an ordinal (longint). -2147483648 is not a special Delphi only allows an ordinal (longint). -2147483648 is not a special