Преглед изворни кода

* GetNewID should be virtual so it can be overridden

git-svn-id: trunk@17058 -
michael пре 15 година
родитељ
комит
95862b957f
1 измењених фајлова са 1 додато и 1 уклоњено
  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;