FindRowIndex

Declaration: TDataTable.FindRowIndex (RowID: string): 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).