Przeglądaj źródła

* Additional published properties for connection

Michaël Van Canneyt 3 lat temu
rodzic
commit
bf2d83e724
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      packages/fcl-db/sqldbrestdataset.pp

+ 5 - 0
packages/fcl-db/sqldbrestdataset.pp

@@ -59,6 +59,11 @@ Type
     Property Password : String Read FPassword Write FPassword;
     Property ConnectionsResourceName : String Read FConnectionsResourceName Write FConnectionsResourceName;
     Property CustomViewResourceName : String Read FCustomViewResourceName Write FCustomViewResourceName;
+    // Published from TRESTCOnnection
+    Property BaseURL;
+    Property PageParam;
+    Property OnGetURL;
+    Property OnUpdateURL;
   end;
 
   { TSQLDBRestDataset }