mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 00:29:25 +02:00
+ Conform latest issues
This commit is contained in:
parent
770d47dbad
commit
03db18cfb1
@ -47,8 +47,11 @@ The following constants are userd when handling this array:
|
|||||||
|
|
||||||
FBuffercount : The number of buffers allocated, minus one.
|
FBuffercount : The number of buffers allocated, minus one.
|
||||||
FRecordCount : The number of buffers that is actually filled in.
|
FRecordCount : The number of buffers that is actually filled in.
|
||||||
FActiveBuffer : The index of the active record.
|
FActiveBuffer : The index of the active record in TDataset
|
||||||
FCurrentRecord : The current record in the underlaying dataset.
|
FCurrentRecord : The index of the supposedly active record in the underlaying
|
||||||
|
dataset (ie. the index in the last call to SetToInternalRecord)
|
||||||
|
call CursopPosChanged to reset FCurrentRecord if the active
|
||||||
|
record in the underlaying dataset has changed
|
||||||
|
|
||||||
So the following picture follows from this:
|
So the following picture follows from this:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user