JackTrapper / DelphiBugs

Bug tracker for Delphi
7 stars 2 forks source link

Error insight does not understand record properties #10

Open JackTrapper opened 5 years ago

JackTrapper commented 5 years ago

TRect has a member called Height, but Delphi doesn't know that:

image

Presumably it fails because Height is a property of a record, rather than a member.