ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
<Image variable>.Copy (Function)
Copies an image to another image.
<zipArchive variable>.Close (Function)
Closes an archive.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
<AutomaticEvent variable>.Close (Function)
Closes a synchronization event between several threads.
<ManualEvent variable>.Close (Function)
Closes a synchronization event between several threads.
SQL functions: Special case
List of SQL functions: Special case...
<DiskFile variable>.Close (Function)
Closes an external file.
Make calculations easier with the calculator
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
<Source>.UnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
<Document variable>.Close (Function)
Closes the docx file associated with the Document variable and frees the document.
Page templates
WEBDEV allows you to create page templates......
Scheduler report
The report editor allows you to create "Scheduler" reports....
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
10. Project Management Hub
WINDEV Mobile includes a Project Management Hub to manage development projects....
Binding a Slider control to an item
A Slider control can be bound to an item in a data file, query, etc....
Infinite Progress Bar control
Progress bars provide useful information to the end user......
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
Multi-page print
A report can be very wide, with a width exceeding the width of a paper sheet......
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.