packages: rtl: fixed TTypeInfoRecord.RecordType

This commit is contained in:
mattias 2021-01-10 23:00:22 +00:00
parent 58d29c2b2b
commit 30678055c2

View File

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