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


CellState

Declaration: TDataTable.CellState [ACol, ARow: longint]: byte;
Each cell of a data table can assume up to 8 independent states. There are six predefined states which are used to control the marking of the cells and to indicate the contents (i.e. if a cell is empty (csUndefined) or contains an invalid number (csNAN)). The other two cell states are user-definable states which do not influence the inner mechanics of TDataTable, they can be used by the user for any purpose. The parameters ACol and ARow specify the column and row index of the addressed cell.