Source position: strutils.pp line 225
function IntToBin(
Value: LongInt;
Digits: Integer;
Spaces: Integer
):string;function IntToBin(
Digits: Integer
Value: Int64;
):string;