Explorar o código

pas2js: docs: property getter array element not supported

git-svn-id: trunk@38508 -
Mattias Gaertner %!s(int64=7) %!d(string=hai) anos
pai
achega
fe8f7a9876
Modificáronse 1 ficheiros con 4 adicións e 1 borrados
  1. 4 1
      utils/pas2js/docs/translation.html

+ 4 - 1
utils/pas2js/docs/translation.html

@@ -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