JCL Help:TJclASet.SetRange@Integer@Integer@Boolean

From Project JEDI Wiki
Jump to navigationJump to search


Summary

This function sets a range of bits to a predefined value.
To set a value to a single bit, use the TJclASet.SetBit function.
To test the value of a range of bits, use the TJclASet.GetRange function.


Pascal

 public procedure SetRange(const Low: Integer; const High: Integer; const Value: Boolean); virtual; abstract;


Parameters

Parameters Description
const Low: Integer Lower bound of the range.
const High: Integer Higher bound of the range. Value -New value for all bits in the range.


Return Value

This function returns nothing.


Description

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

See Also

TJclASet.SetBit TJclASet.GetRange


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