How to convert String to LongInt in Delphi XE3? strtoInt & strToint64 are for variables of types less than LongInt.
0
votes
2 Answers
1
votes
5
votes
Looking at its signature, I don't think StrToInt is for int less than longint. Integer is an alias for LongInt in Delphi by default. Here is the table for those types.