Source position: JPL.Strings.pas line 115
function IntToStrEx( |
const x: Int64; |
c: char = ' ' |
):string; overload; |
const x: Integer; |
c: char = ' ' |
):string; overload; |
const x: Uint64; |
c: char = ' ' |
):string; overload; |
| CT Web help |
| CodeTyphon Studio |