Open GoogleCodeExporter opened 9 years ago
This is delphi RTTI's problem.
you can change your code to:
tmyrec_myname = string[50];
tmyrec_mysurname = string[50];
tmyrec=packed record
myname:tmyrec_myname;
mysurname:tmyrec_mysurname; //I put limited strings here
myage:integer;
mydate:tdatetime;
end;
Original comment by Huckebei...@gmail.com
on 13 Jun 2012 at 4:01
Original issue reported on code.google.com by
ustun...@gmail.com
on 8 Jun 2011 at 2:14