[Pas2js] array of const

Mattias Gaertner nc-gaertnma at netcologne.de
Sat Feb 16 00:11:36 CET 2019


Hi,

The trunk pas2js now supports array of const.
For those of you, who don't know what that is:
https://freepascal.org/docs-html/ref/refsu69.html


These work the same:
vtInteger, vtBoolean, vtPointer, vtObject, vtClass, vtWideChar,
vtInterface, vtUnicodeString

These slightly different:
vtExtended is double, Delphi/FPC: PExtended
vtCurrency is currency, Delphi/FPC: PCurrency

Not supported:
vtChar, vtString, vtPChar, vtPWideChar, vtAnsiString, vtVariant,
vtWideString, vtInt64, vtQWord

only in pas2js:
vtNativeInt, vtJSValue

Mattias


More information about the Pas2js mailing list