* Array length is read-write

This commit is contained in:
michael 2018-02-11 21:00:42 +00:00
parent 787af42a56
commit a3ea761606

View File

@ -349,7 +349,7 @@ type
function toLocaleString(locales : string; const Options : TLocaleCompareOptions) : String; overload;
function toString : String;
function unshift : NativeInt; varargs;
Property Length : Integer Read FLength;
Property Length : Integer Read FLength Write FLength;
property Elements[Index: NativeInt]: JSValue read GetElements write SetElements; default;
end;