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