mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-13 14:29:23 +02:00
* Additional published properties for connection
This commit is contained in:
parent
c57347f75c
commit
bf2d83e724
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user