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