|
@@ -278,7 +278,7 @@ type
|
|
|
|
|
|
TTypeInfoRecord = class external name 'rtl.tTypeInfoRecord'(TTypeInfoStruct)
|
|
TTypeInfoRecord = class external name 'rtl.tTypeInfoRecord'(TTypeInfoStruct)
|
|
public
|
|
public
|
|
- RecordType: TJSObject external name 'record';
|
|
|
|
|
|
+ RecordType: TJSObject external name '$record'; // only records with class vars, else jsundefined
|
|
end;
|
|
end;
|
|
|
|
|
|
{ TTypeInfoClass - Kind = tkClass }
|
|
{ TTypeInfoClass - Kind = tkClass }
|