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


Create

Declaration:TBitFld.Create (AOwner: TComponent);
The constructor Create allocates memory at the heap and creates an instance of the component TBitFld. The parameter AOwner specifies the owner of the bit field. By default, the size of the bit field is 1000 bits.