packages: rtl: fixed TTypeInfoRecord.RecordType

This commit is contained in:
mattias 2021-01-10 22:59:45 +00:00
parent a87efb9bd5
commit 0746298593

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 }