ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

29. SEO in practice
WBSetup: Managing additional languages
The "WBSetup" project corresponds to the standard setup program of WEBDEV sites......
The home page
The home page is the first page of your site......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
Control Centers: Working in offline mode
When working on a laptop computer or on an offline computer, you may want to continue working with the data found in the Control Centers (schedule management, quality management, etc....
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
mongoOperation (Type of variable)
The mongoOperation type is used to define the different operations to be performed in bulk. These operations are stored in an array of mongoOperation variables.
Clickable control in a report
The report editor allows you to propose clickable controls during the print preview......
MongoExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.
<mongoCollection variable>.ExecuteOperations (Function)
Performs MongoDB write operations in bulk. This allows you to avoid network latency issues you would encounter if you performed the operations individually.
Site (Property)
The Site property is used to get the SaaS site associated with: a SaaSService variable a SaaSPricing variable...
<Source>.LockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
zipInfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
SaaSDisconnect (Function)
Disconnect the user of a SaaS site beside the SaaS web service that manages the site.
HRplFilterProcedure (Function)
Defines the WLanguage procedure that will be called whenever a replication operation is performed on a specific file.
SQL set operations: UNION, UNION ALL and INTERSECT
SQL allows performing set operations on groups of files......
SysPowerStatus
Used to get various information about the battery (main or secondary) of the device on which the application is running.
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
<zipArchive variable>.InfoFile (Function)
Returns the characteristics of a file found an archive: The name of the file and its stored path. The initial size of the file. The compressed size of file. The date and time of file creation. The date and time of file modification. The date and time of file access. The file attributes. The file encryption mode....
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
The test mode cannot operate without the project and its pages, ...
3. Site development life cycle
AlternativeText (Property)
The AlternativeTextproperty is used to get and edit the alternative text of controls in a page.