mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:59:26 +02:00
* Correct casing. Fixes #40589
This commit is contained in:
parent
a8b4c0772c
commit
c2383fc207
@ -222,7 +222,7 @@ Function FloatToText(Buffer: PWideChar; Value: Extended; format: TFloatFormat; P
|
||||
Function FloatToText(Buffer: PAnsiChar; Value: Extended; format: TFloatFormat; Precision, Digits: Integer): Longint;
|
||||
Function FloatToText(Buffer: PAnsiChar; Value: Extended; format: TFloatFormat; Precision, Digits: Integer; Const FormatSettings: TFormatSettings): Longint;
|
||||
Function FloatToDateTime (Const Value : Extended) : TDateTime;
|
||||
Function FloattoCurr (Const Value : Extended) : Currency;
|
||||
Function FloatToCurr (Const Value : Extended) : Currency;
|
||||
function TryFloatToCurr(const Value: Extended; var AResult: Currency): Boolean;
|
||||
|
||||
Function CurrToStr(Value: Currency): string;
|
||||
|
Loading…
Reference in New Issue
Block a user