LongIntToStr (rtl)
De Wiki1000
(Différences entre les versions)
Ligne 1 : | Ligne 1 : | ||
− | |||
<source lang="delphi">Function LongIntToStr(value:Longint):string;</source> | <source lang="delphi">Function LongIntToStr(value:Longint):string;</source> | ||
− | + | Cette fonction convertie un entier long en chaîne. | |
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
|Result | |Result | ||
− | | | + | |La chaine représentant la valeur |
|- | |- | ||
|value | |value | ||
− | | | + | |La valeur à convertir |
− | + | ||
− | + | ||
− | + | ||
|} | |} | ||
Version actuelle en date du 27 juin 2011 à 13:42
Function LongIntToStr(value:Longint):string;
Cette fonction convertie un entier long en chaîne.
Result | La chaine représentant la valeur |
value | La valeur à convertir |
Exemple
begin end;
Voir aussi: