[Overview][Types][Procedures and functions][Index] |
Set bit
Source position: bitmanip.pas line 43
function BITSET( |
aVal: Byte; |
Index: TByteSize |
):Byte; |
aVal: Word; |
Index: TWordSize |
):Word; |
aVal: LongWord; |
Index: TDWordSize |
):LongWord; |
aVal: QWord; |
Index: TQWordSize |
):QWord; |
aVal |
|
Input Value |
Index |
|
Bit Index |
Changed value
aVal |
|
Input Value |
Index |
|
Bit Index |
aVal |
|
Input Value |
Index |
|
Bit Index |
aVal |
|
Input Value |
Index |
|
Bit Index |