JCL Help:TJclFlatSet.GetBit@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclFlatSet.GetBit Method
[+] TJclFlatSet Methods
Search in JCL Help
Search in all projects
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; override;
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