JCL Help:TJclASet.GetBit@Integer

From Project JEDI Wiki
Jump to navigationJump to search


Summary

This function returns the state for the indexed bit. To set the value of this bit, use TJclASet.SetBit.


Pascal

 public function GetBit(const Idx: Integer): Boolean; virtual; abstract;


Parameters

Parameters Description
const Idx: Integer Index of the bit.


Return Value

The return value is the value of the indexed bit.


Description

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

See Also

TJclASet.SetBit


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