ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
HExecuteScheduledBackup (Function)
Forces the execution of a scheduled backup.
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Comparison operators
The comparison operators can be divided into several categories......
RadioButtonCount (Function)
Returns the number of options found in a Radio Button control.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
ServiceWait (Function)
Pauses the current service during the specified duration.
ParallelTaskWaitAll (Function)
Waits for the end of execution of all parallel tasks found in an array.
ExceptionEnable (Function)
Re-enables the current exception process if the exception was corrected.
MemOut (Function)
Used to find out whether the browse performed on a memory area is outside this memory area.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
fMemExist (Function)
Checks the existence of a shared memory zone.
SchedulerAddAppointment (Function)
Adds a new appointment into a Scheduler control.
9. Hardware and software requirements
ContactListSource (Function)
Lists the sources (or accounts) of the contacts saved on the device.
EmailExpunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
Combo Box control functions
List of functions for handling the Combo Box controls...
EmailReset (Function)
Resets all the variables of the email structure or all the variables of an Email variable.
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
MapDeleteMarker (Function)
Deletes a marker from a map displayed by a Map control.
Radio Button control functions
The following functions are used to manage the Radio Button controls......
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
FTPSize (Example)
Usage example of the FTPSize function