* Additional published properties for connection

This commit is contained in:
Michaël Van Canneyt 2022-04-11 13:57:09 +02:00
parent c57347f75c
commit bf2d83e724

View File

@ -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 }