Source position: JPL.Conversion.pas line 101
function GetIntInRange( |
const Value: Integer; |
const Min: Integer; |
const Max: Integer |
):Integer; overload; |
const Value: Int64; |
const Min: Int64; |
const Max: Int64 |
):Int64; overload; |
const Value: SmallInt; |
const Min: SmallInt; |
const Max: SmallInt |
):SmallInt; overload; |
const Value: ShortInt; |
const Min: ShortInt; |
const Max: ShortInt |
):ShortInt; overload; |
| CT Web help |
| CodeTyphon Studio |