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



FindRowIndex


Unit:SDL_datatable
Class: TDataTable
Declaration: function FindRowIndex (RowID: TDTNameStr): integer;

The function FindRowIndex returns the index of the row with the name RowID. If there is no row which matches RowID a zero value is returned. In case of several rows having the same name, the row with the lowest index is returned. Lower and upper cases may be mixed (however mind the umlauts of foreign languages).



Last Update: 2023-Dec-14