Browse Source

* GetNewID should be virtual so it can be overridden

git-svn-id: trunk@17058 -
michael 14 years ago
parent
commit
95862b957f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fcl-web/src/webdata/sqldbwebdata.pp

+ 1 - 1
packages/fcl-web/src/webdata/sqldbwebdata.pp

@@ -44,7 +44,7 @@ Type
     Procedure DoApplyParams; override;
     Function SQLQuery : TSQLQuery;
     Function GetDataset : TDataset; override;
-    Function GetNewID : String;
+    Function GetNewID : String; virtual;
     Function IDFieldValue : String; override;
     procedure Notification(AComponent: TComponent;  Operation: TOperation); override;
     Property SelectSQL : TStrings Index 0 Read GetS Write SetS;