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