DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
1-Dimensional Arrays
Boolean
BitFld
Methods
Create
See also:
Free
,
Size
Index
Statistical Background
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.