How to convert String to LongInt in Delphi XE3? strtoInt & strToint64 are for variables of types less than LongInt.
2 Answers
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.
LongIntis indeed a 32-bit integer on Win64.