On Wednesday 11 April 2012 10:23:37 Julio Jiménez wrote:
> Hi.
>
> Array concept zero-based? not in objectpascal.
>
> Why the first element must be 0? You usually think first=1, second=2....
> first=0?
>
All indexes in FPC dynamic arrays are null-based, TList indexes are null 
based, direct data access in tmsebufdataset is null-based. BTW, do you know 
tmsebufdataset.currentas* property?.
I assume one-based recno is a relict from Borland-BDE-Dbase times. The MSEgui 
datasets have a null-based recno already (controller.recnonullbased).

Martin

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to