It's currently not possible to get the correct suggestions for the result of
record operators. This can be demonstrated with the TComplex type. Getting the
suggestions for the members of a TComplex variable works fine. But not for the
result of an operation like addition:
var C1, C2: TComplex;
(C1 + C2). // Suggestions fail
Original issue reported on code.google.com by frederic...@gmail.com on 18 Sep 2013 at 8:37
Original issue reported on code.google.com by
frederic...@gmail.com
on 18 Sep 2013 at 8:37