[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'msebits' (#msegui)

replacebits

Declaration

Source position: msebits.pas line 88

function replacebits(

  const new: Byte;

  const old: Byte;

  const mask: Byte

):Byte; overload;

function replacebits(

  const new: Word;

  const old: Word;

  const mask: Word

):Word; overload;

function replacebits(

  const new: LongWord;

  const old: LongWord;

  const mask: LongWord

):LongWord; overload;


Documentation generated on: 2021-05-13