ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Link functions
Link functions are used to link the interface with the tables and vice versa. These functions are as follows:...
<Combo box>.Close (Function)
Forces the closing of the drop-down list in a Combo Box control (simple or multi-column Combo Box).
<xlsDocument variable>.Close (Function)
Closes an XLS file.
Make calculations easier with the calculator
Returns the text without the formatting characteristics specific to the RTF format....
<Type Buffer>Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.
<DiskFile variable>.Close (Function)
Closes an external file.
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
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)....
SQL functions: Special case
List of SQL functions: Special cases...
HUnlockFile (Function)
Unlocks the records of a table: 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)....
The planes in WEBDEV
The planes are used to group the controls of an element......
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Domotics: Overview
The home automation via power-line carrier (X10) has now become reality......
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
DomoClose (Function)
Closes the communication opened by DomoOpen.
The Text field: Edit control and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......