[Overview][Constants][Types][Procedures and functions][Index] |
Source position: msebits.pas line 118
function checkbit( |
const value: Byte; |
const bitnum: Integer |
):Boolean; overload; |
const value: Word; |
const bitnum: Integer |
):Boolean; overload; |
const value: LongWord; |
const bitnum: Integer |
):Boolean; overload; |