[Overview][Procedures and functions][Index] |
Read a specific bit value in a LongInt variable
Source position: fpg_utils.pas line 47
function fpgGetBit( |
const AData: LongInt; |
ABit: LongInt |
):Boolean; |
This procedure allows you to read a specific ABit bit value from the AData variable.
Added in v1.4
|
Set a specific bit value in a LongInt variable |