Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Delphi XE3で文字列をLongIntに変換する方法は?strtoIntおよびstrToint64は、LongInt未満の型の変数用です。
その署名を見ると、 StrToIntはlongint未満のint用ではないと思います。整数は、デフォルトではDelphiのLongIntのエイリアスです。これらのタイプの表を次に示します。
値を処理する...StrToInt...()オーバーロードIntegerは問題ありません。 IntegerとLongIntは同じバイトサイズです。
...StrToInt...()
Integer
LongInt