Open GoogleCodeExporter opened 9 years ago
Fund a workaround.
The problem is in the RTTIs Fields parsing. It return nil for shortStrings when
they are record fields. It will on the other hand give out correct information
if the Type is declared alone.
type
TString3 = String[3];
TData = record
str: TString3;
id: Integer;
end;
Original comment by eskil.sa...@gmail.com
on 9 May 2014 at 8:05
Original issue reported on code.google.com by
eskil.sa...@gmail.com
on 7 May 2014 at 12:21