Browse Source

* Re-published properties that disappeared

git-svn-id: trunk@8221 -
michael 18 years ago
parent
commit
6e75a2da3c
1 changed files with 28 additions and 0 deletions
  1. 28 0
      packages/fcl-db/src/sqldb/sqldb.pp

+ 28 - 0
packages/fcl-db/src/sqldb/sqldb.pp

@@ -294,6 +294,34 @@ type
 { TSQLQuery }
 { TSQLQuery }
   TSQLQuery = Class(TCustomSQLQuery)
   TSQLQuery = Class(TCustomSQLQuery)
   Published
   Published
+   // TDataset stuff
+    Property Active;
+    Property AutoCalcFields;
+    Property Filter;
+    Property Filtered;
+    Property AfterCancel;
+    Property AfterClose;
+    Property AfterDelete;
+    Property AfterEdit;
+    Property AfterInsert;
+    Property AfterOpen;
+    Property AfterPost;
+    Property AfterScroll;
+    Property BeforeCancel;
+    Property BeforeClose;
+    Property BeforeDelete;
+    Property BeforeEdit;
+    Property BeforeInsert;
+    Property BeforeOpen;
+    Property BeforePost;
+    Property BeforeScroll;
+    Property OnCalcFields;
+    Property OnDeleteError;
+    Property OnEditError;
+    Property OnFilterRecord;
+    Property OnNewRecord;
+    Property OnPostError;
+
     //    property SchemaInfo default stNoSchema;
     //    property SchemaInfo default stNoSchema;
     property Database;
     property Database;
     property Transaction;
     property Transaction;