pas2js: docs: record const

git-svn-id: trunk@38870 -
This commit is contained in:
Mattias Gaertner 2018-04-29 19:26:57 +00:00
parent 01ccfbcf61
commit 994167481d

View File

@ -663,8 +663,8 @@ function(){
<ul>
<li>The record variable creates a JavaScript object.</li>
<li>Variant records are not supported.</li>
<li>Supported: Assign, pass as argument, equal, not equal, array of record, pointer of record.</li>
<li>Not yet implemented: Constants, advanced records, operators.</li>
<li>Supported: Assign, pass as argument, equal, not equal, array of record, pointer of record, const.</li>
<li>Not yet implemented: advanced records, operators.</li>
<li>When assigning a record it is cloned. This is compatible with Delphi and FPC.</li>
<li>Since record types are JS objects it is possible to typecast a record type
to the JS Object, e.g. TJSObject(TPoint)</li>