Returns the Bit as Longint Value
Source position: exec.pas line 1987
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.