DELPHI PROCEDURE ET FONCTION :
FLOATTOTEXT
FloatToText - SysUtils

Cette fonction permet de convertir un nombre réel en chaîne de caractères sans code nulle selon une précision spécifié.

Syntaxe :
Function FloatToText(Buffer: PChar; const Value; ValueType: TFloatValue; Format: TFloatFormat; Precision, Digits: Integer): Integer;
↓ A voir aussi ↓
PROCEDURES ET FONCTIONS >>