Hello, dear members of the forum, I need help. In Delphi 7, I search the table by code.
procedure TForm2.Button1Click(Sender: TObject); begin if not Table1.Locate('Naimenov_ed', Edit1.Text,[loCaseInsensitive, loPartialKey]) then showmessage('нету такого') ; end;
He finds the desired string, and how to remove the extra lines so that the one you are looking for remains? Or at least change the color of the desired line. Thanks in advance.