Returns the Bit as Longint Value
Source position: exec.pas line 1321
function BitMask(
no: ShortInt
):LongInt;
no
Number of bit to set
Longint Value where the bit number no is set.
Sets the Bit defined by no and returns the value.