Browse Source

* Publish OwnsData

michael 6 years ago
parent
commit
71fb6246d5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-db/extjsdataset.pas

+ 1 - 0
packages/fcl-db/extjsdataset.pas

@@ -80,6 +80,7 @@ type
     property OnFilterRecord;
     property OnNewRecord;
     property OnPostError;
+    Property OwnsData;
   end;
 
   { TExtJSJSONObjectDataSet }