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



MinRowAttrib


Unit:SDL_datatable
Class: TDataTable
Declaration: function MinRowAttrib (FirstRow, LastRow: longint; var Row: integer): integer;

The function MinRowAttrib returns the minimum attribute of all rows in the range between FirstRow and LastRow. The variable Row returnes the row index of the minimum attribute.

Hint: Setting both FirstRow and LastRow to zero values forces the method to scan all rows of the data table.



Last Update: 2023-Dec-14