Index a Virtual table

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
FerCastro
Posts: 47
Joined: Mon 26 Jun 2006 17:32
Location: México City
Contact:

Index a Virtual table

Post by FerCastro » Sun 20 Jul 2008 18:33

Hello friends,

I need to know if is there a method to index (order) the virtual table given a field name or field number.

Thanks and best regards.

FerCastro
México

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 21 Jul 2008 07:42

You should use the IndexFieldNames property for that.

FerCastro
Posts: 47
Joined: Mon 26 Jun 2006 17:32
Location: México City
Contact:

Post by FerCastro » Mon 21 Jul 2008 14:14

Antaeus wrote:You should use the IndexFieldNames property for that.
Thanks a lot, I have done already the test and it is working fine.

Regards

Post Reply