Преглед на файлове

fcl-db: base: typo

git-svn-id: trunk@35630 -
lacak преди 8 години
родител
ревизия
2e58447447
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      packages/fcl-db/src/Dataset.txt

+ 2 - 2
packages/fcl-db/src/Dataset.txt

@@ -43,7 +43,7 @@ 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 in TDataset.
+FActiveRecord :  The index of the active record in TDataset.
 FCurrentRecord : The index of the supposedly active record in the underlying
 FCurrentRecord : The index of the supposedly active record in the underlying
                  dataset (ie. the index in the last call to SetToInternalRecord)
                  dataset (ie. the index in the last call to SetToInternalRecord)
                  Call CursorPosChanged to reset FCurrentRecord if the active
                  Call CursorPosChanged to reset FCurrentRecord if the active
@@ -60,7 +60,7 @@ So the following picture follows from this:
    ...
    ...
 |               |
 |               |
 +---------------+
 +---------------+
-| FActivebuffer |
+| FActiveRecord |
 +---------------+
 +---------------+
 |               |
 |               |
     ...
     ...