Virtual Table SetRange and Findkey

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
sir.wally.lewis
Posts: 42
Joined: Thu 25 Nov 2010 05:01
Location: PS

Virtual Table SetRange and Findkey

Post by sir.wally.lewis » Mon 17 Nov 2014 01:10

What would really help me push our boss to purchase Virtual Table would be if it has "SetRange" and "FindKey" methods. That is really a requirement for me.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Virtual Table SetRange and Findkey

Post by AlexP » Mon 17 Nov 2014 09:48

Hello,

TVirtualTatble has a method SetRange. Instead of the FindKey method, you can use the LocateEx method: http://www.devart.com/vtable/docs/tmemd ... cateex.htm .

Post Reply