mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-20 10:49:05 +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 Password : String Read FPassword Write FPassword;
|
||||||
Property ConnectionsResourceName : String Read FConnectionsResourceName Write FConnectionsResourceName;
|
Property ConnectionsResourceName : String Read FConnectionsResourceName Write FConnectionsResourceName;
|
||||||
Property CustomViewResourceName : String Read FCustomViewResourceName Write FCustomViewResourceName;
|
Property CustomViewResourceName : String Read FCustomViewResourceName Write FCustomViewResourceName;
|
||||||
|
// Published from TRESTCOnnection
|
||||||
|
Property BaseURL;
|
||||||
|
Property PageParam;
|
||||||
|
Property OnGetURL;
|
||||||
|
Property OnUpdateURL;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TSQLDBRestDataset }
|
{ TSQLDBRestDataset }
|
||||||
|
Loading…
Reference in New Issue
Block a user