[Overview][Types][Procedures and functions][Variables][Index] Reference for unit 'LCLIntf' (#lcl)

MakeWord

Copies two bytes into a word.

Declaration

Source position: winapih.inc line 333

function MakeWord(

  A: Byte;

  B: Byte

):Word;

Arguments

A

  

The low byte.

B

  

The high byte.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.