Explorar o código

fcl-db: cosmetic: corrected fpdbexport.pp comments

git-svn-id: trunk@25085 -
reiniero %!s(int64=12) %!d(string=hai) anos
pai
achega
7efdfa8ff6
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      packages/fcl-db/src/export/fpdbexport.pp

+ 3 - 2
packages/fcl-db/src/export/fpdbexport.pp

@@ -150,7 +150,7 @@ Type
     Procedure DoDataRowStart; virtual;
     // Override if a simple loop is not enough.
     Procedure ExportDataRow; virtual;
-    // Override to write something at row start.
+    // Override to write something at row end.
     Procedure DoDataRowEnd; virtual;
     // Called after row was exported
     Procedure DoProgress(ItemNo : Integer); Virtual;
@@ -221,8 +221,9 @@ Type
     procedure SetFileName(const AValue: String); virtual;
     // Override if some checking needs to be done prior to opening.
     Procedure CheckFileName; virtual;
-    // Use to open/close textfile. Creates a file stream.
+    // Use to open textfile. Creates a file stream.
     Procedure OpenTextFile;
+    // Use to close textfile.
     Procedure CloseTextFile;
     // Access to stream/file
     Property TextFile : Text Read FTextFile;