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

From Project JEDI Wiki
Jump to navigationJump to search


Summary

This function returns true if all bits in the specified range are equal to the Value.
To set a range of bits to a predefined value, use TJclASet.SetRange.


Pascal

 public function GetRange(const Low: Integer; const High: Integer; const Value: Boolean): Boolean; virtual; abstract;


Parameters

Parameters Description
const Low: Integer Lower bound of the range.
const High: Integer Higher bound of the range.
const Value: Boolean Value for reference.


Return Value

This function returns true if all bits are equals to the reference value, false otherwise.


Description

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

See Also

TJclASet.SetRange


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