ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<Array>.AddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
iChangeSubReportSource (Function)
Modifies through programming the report associated with a sub-report in a composite report.
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
GeometrySerializeWKT (Function)
Serializes a geometry using the Well-Known Text (WKT) format.
SeekByProcedure (Function)
Seeks an element in a one-dimensional array by using a comparison procedure.
<Menu>.AddSeparator (Function)
Adds a new separator in a menu (drop-down or context menu).
MarkdownToHTML (Function)
Converts a Markwdown string to an HTML buffer (encoded in UTF-8).
ArrayInsertReference (Function)
Adds the reference of an object at given position in a one-dimensional array.
In-App functions
The following WLanguage functions are used to manage In-App purchases......
MenuLabel (Function)
Gets or changes the label of a menu option (context or drop-down menu).
<Menu>.AddOption (Function)
Adds a new option after the last option of a drop-down or context menu.
WiFiDeleteNetwork (Function)
Deletes a network from the list of Wi-Fi networks configured on the device.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable......
Handling character strings
WINDEV, WINDEV Mobile and WEBDEV allow you to perform different types of operations on character strings via the WLanguage functions......
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
<zipArchive variable>.AddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
<ftpConnection variable>.FileExist (Function)
Checks if a given file exists on an FTP server. This new function is available from WINDEV Suite SaaS 2025 Update 2....
<zipArchive variable>.FindFile (Function)
Search for a file in an archive (CAB, ZIP, RAR, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format).
<ftpConnection variable>Attribute (Function)
Gets the attributes of a file located on an FTP server. This new function is available from WINDEV Suite SaaS 2025 Update 2....
HFirst (Function)
Sets the position on the first record of a table according to the specified browse item.
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
YesNoAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "Yes" and "No" and calls a WLanguage procedure with the user's response....
dFont (Function)
Declares the font to be used by the dText function: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....