The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



CellState


Unit:SDL_datatable
Class: TDataTable
Declaration: property CellState[ACol, ARow: longint]: byte;

Each cell of a data table can assume up to 8 independent states. There are four 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 four 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.



Last Update: 2023-Dec-14