System.Classes.TBits.OpenBit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function OpenBit: Integer;

C++

int __fastcall OpenBit();

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TBits

Description

Returns the index of the first false value.

Use OpenBit to find the first bit in the array that has not been set to true.

See Also


Code Examples