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....



Elem


Unit:SDL_datatable
Class: TDataTable
Declaration: property Elem[ACol, ARow: longint]: double;

The array property Elem contains the numeric values of the table. The parameters ACol and ARow specify the number of the column and row to be read or written. If ACol and/or ARow is outside the range of the table (1..NrOfColumns, 1..NrOfRows), the table is left unchanged in case of assigning a value to a table element, or the returned value is zero in case of reading from the table. Please note that the property Elem is declared as default property.

Hint: An alternative method to access the numeric data of a data table is to use the public variable NumericData.



Last Update: 2023-Dec-14