JCL Help:TJclFlatSet.SetBit@Integer@Boolean

From Project JEDI Wiki
Jump to navigationJump to search


Summary

This function sets the value for the indexed bit. To set a range a bits to a predefined value, use the TJclASet.SetRange function. To get the value of a bit, use the TJclASet.GetBit function.


Pascal

 public procedure SetBit(const Idx: Integer; const Value: Boolean); override;


Parameters

Parameters Description
const Idx: Integer Index of the bit.
const Value: Boolean New value for this bit.


Return Value

This function returns nothing.


Description

The description for this help topic does not exist, edit this page

See Also

TJclASet.SetRange TJclASet.GetBit


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page