Hi all,
I'm trying to construct a variable length array to pass to the TTable.FindNearest function. Rather than coding:
MyTable.FindNearest('SMITHR', '2001-01-01');
I want to be able to code:
MyTable.FindNearest(MySearchStructure);
What is MySearchStructure? How do I make one? Can someone point me in the right direction?
DjangMan
I'm trying to construct a variable length array to pass to the TTable.FindNearest function. Rather than coding:
MyTable.FindNearest('SMITHR', '2001-01-01');
I want to be able to code:
MyTable.FindNearest(MySearchStructure);
What is MySearchStructure? How do I make one? Can someone point me in the right direction?
DjangMan