Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming! |
⤷ Search record in database
One of the easiest way to search record is using FindNearest property of Table component.
procedure TForm1.Button1Click(Sender: TObject);
begin
Table1.FindNearest([Edit1.Text]);
end;
-
More for developers