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. The cell states do not influence the inner mechanics of TDataTable, it can be used by the user for any purpose. The parameters ACol and ARow specify the column and row index of the addressed cell.

Hint: Please note that there are a few default definitions of cell states which are declared as public constants of the unit datatable. These definitions are used in other units to specify the cell contents ("not a number", "empty", "marked as type A", "marked as type B").



Last Update: 2007-Mai-19