MinRowAttrib

Declaration: TDataTable.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 returns 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.