ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
InWindowsPhoneSimulatorMode (Function)
Indicates whether the code is run in the Windows Phone simulator. Function kept for backward compatibility....
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
SeekProcedure (Function)
Seeks a procedure identified by its name. The procedure found can be run directly.
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Window with parameters
A window can: Receive parameters when it is opened. Return values when it is closed....
fGraphicFilter (Function)
Returns the list of image formats supported by the current platform, in the format expected by the filter of fSelect.
MenuAddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
hScheduledOptimization (Type of variable)
The hScheduledOptimization type is used to programmatically manage a scheduled optimization task on an HFSQL server.
Error 27: No END statement is associated with this ELSE
Error 28: No END statement is associated with this SWITCH
Error 26: No END statement is associated with this THEN
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
HNotifAddCCRecipient (Function)
Adds recipients for the notifications sent via the Control Centers (WDBal messaging tool).
HNotifDeleteCCRecipient (Function)
Deletes the recipients of a notification sent via the Control Centers (WDBal messaging tool).
IWListDeleteAll (Function)
Deletes all the internal windows from the list of internal windows browsed by an Internal Window control.
GetCountryList (Function)
Returns the list of countries according to the ISO 3166-1 standard.
ArrayAddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
<List Box>.Display (Function)
Refreshes a List Box, ListView or Combo Box control based on a data file.
EventExist (Function)
Indicates whether a specific procedure is run when a Windows event is sent to a control or window.