[fpc-pascal] how to directly access field/record value of TBufDataSet?
Martin Schreiber
mse00000 at gmail.com
Mon Sep 30 13:36:08 CEST 2013
On Monday 30 September 2013 13:09:16 Dennis Poon wrote:
> Since TBufDataSet is in-memory, to speed things up, how can I directly
> access the N'th record and M'th field's value as Variant?
>
>
The MSEgui version of tbufdataset and its descendants supports direct field
value access by
"property currentas*[const afield: tfield; aindex: integer]: *"
I fear that this will not help you. :-(
Martin
More information about the fpc-pascal
mailing list