DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


Clear

Declaration:TBitFld.Clear;
The method Clear resets all bits of the bit array to zero (FALSE) values.

Hint: The method Clear is implicitly executed during the initialization of a bit array. Thus, a call to Clear is not necessary after creating a bit array.