[Overview][Procedures and functions][Index] Reference for unit 'fpg_utils' (#fpgui)

fpgSetBit

Set a specific bit value in a LongInt variable

Declaration

Source position: fpg_utils.pas line 48

procedure fpgSetBit(

  var AData: LongInt;

  ABit: LongInt;

  const AValue: Boolean

);

Description

This function allows you to set a specific ABit bit value in a the AData variable.

Version info

Added in v1.4

See also

fpgGetBit

  

Read a specific bit value in a LongInt variable


Documentation generated on: 2015-04-04