Fixed: missing type for Format parameter
This commit is contained in:
parent
191f1cf03c
commit
cd4e85c4b6
@ -22,7 +22,7 @@ type
|
||||
* @result the formatted size.
|
||||
*}
|
||||
function FormatSize(const ABytes: Int64; AKeepBytes: Boolean = False;
|
||||
const AFormat = ',0.##'): String;
|
||||
const AFormat: String = ',0.##'): String;
|
||||
|
||||
{** Compares two strings without case sensitivity.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user