LocateEx

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
khh
Posts: 37
Joined: Wed 17 Nov 2004 17:10

LocateEx

Post by khh » Sun 03 Feb 2008 07:53

How I can call LocateEx for a TMyTable from its DataSource?

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Mon 04 Feb 2008 11:11

You can use the following code:

Code: Select all

  (DataSource.DataSet as TCustomMyDataSet).LocateEx(KeyFields, KeyValues, Options);

khh
Posts: 37
Joined: Wed 17 Nov 2004 17:10

Post by khh » Mon 04 Feb 2008 22:35

Thank you.

Post Reply