[Overview][Types][Procedures and functions][Index] Reference for unit 'bitmanip' (#pascalio)

BITSET

Set bit

Declaration

Source position: bitmanip.pas line 43

function BITSET(

  aVal: Byte;

  Index: TByteSize

):Byte;

function BITSET(

  aVal: Word;

  Index: TWordSize

):Word;

function BITSET(

  aVal: LongWord;

  Index: TDWordSize

):LongWord;

function BITSET(

  aVal: QWord;

  Index: TQWordSize

):QWord;

Arguments

aVal

  

Input Value

Index

  

Bit Index

Function result

Changed value

Arguments

aVal

  

Input Value

Index

  

Bit Index

Arguments

aVal

  

Input Value

Index

  

Bit Index

Arguments

aVal

  

Input Value

Index

  

Bit Index


Documentation generated on: 2020-05-22