StrToLongInt (rtl)
De Wiki1000
Function StrToLongInt(const s:string):LongInt;
Convertie une chaine de caractère en entier long.
Result | La valeur convertie. |
s | Une chaine de caractère. |
Les entiers longs sont stockés sur 64 bits.
Exemple
begin end;
Voir aussi: