LocateEx
Posted: Sun 01 Jul 2007 05:52
Hi CoreLab,
Using BDS2006 - Delphi Win32 Personality
I need to perform a
which I understand is
However I cant find where ixNext is defined and get compile time errors.
Please can you clarify where TLocateExOption and TLocateExOptions are defined and handled.
regards
SeaCay
Using BDS2006 - Delphi Win32 Personality
I need to perform a
Code: Select all
IBCTable.LocateNext
Code: Select all
IBCTable.LocateEx('FIELDA;FIELDB', varArrayof([1, 'B']), [ixNext]);
Please can you clarify where TLocateExOption and TLocateExOptions are defined and handled.
regards
SeaCay