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