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_ntabed
Class:TNTabEd
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.

Example: This property is used in the following example program (see http://www.lohninger.com/examples.html for downloading the code): cluster, multilinreg, ntabedit, simplepca



Last Update: 2023-Dec-13