1
0
mirror of synced 2024-09-16 16:46:09 +00:00

Fixed: missing type for Format parameter

This commit is contained in:
Mark van Renswoude 2005-11-30 18:17:48 +00:00
parent 191f1cf03c
commit cd4e85c4b6

View File

@ -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.
*