ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
SaaSAdminModifyClientConnection (Function)
Modifies the connection to the client database for a SaaS site.
SaaSAdminCreateClientDatabase (Function)
Creates the database of a client account for a SaaS site.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
SaaSAdminListSubscription (Function)
Lists the SaaS subscriptions associated with a site or pricing.
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
SaaSAdminReadSiteParameter (Function)
Reads a site parameter that was saved by SaaSAdminWriteSiteParameter.
SaaSAdminListVisit (Function)
Returns the list of visits to a SaaS site.
10. Customizing the aspect of a site: skin elements
Scanner functions
The scanner functions are as follows:...
SQLListSource (Function)
Lists the data sources declared on a local site.
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
ERR_DISCONNECTED_ERROR
tapiDevice (Function)
Selects the TAPI device that will be used during the following telephony operations: tapiDial, tapiListen....
Running the test of a static project
The test of the entire project allows simulating the startup of the site......
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
SaaSReadSiteParameter (Function)
Reads an information specific to the client for the current SaaS site.
SaaSAdminClientConnection (Function)
Returns the connection to the database of a client account for a SaaS site.
SaaSAdminAddSubscription (Function)
Adds a subscription to a pricing of a SaaS site for a client account.
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
SaaSCheckService (Function)
Checks the access rights of the user to a service of the SaaS site.
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
<Window>.EdDo (Window)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....