Support for “readonly” class fields has been added to DWScript repository. The syntax is similar to the one in Oxygene, with a qualifier following a field declaration: type * *TTest = class * * * FField : Integer; readonly; * *end; A field marked as readonly can only be assigned at declaration or in a…
The post
Added support for readonly fields in DWScript first appeared on