浏览代码

* Additional published properties for connection

Michaël Van Canneyt 3 年之前
父节点
当前提交
bf2d83e724
共有 1 个文件被更改,包括 5 次插入0 次删除
  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 }