ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
<Chart>.HMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
<Chart>.HMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
<Table>.FormulaDeleteAll (Function)
Deletes all rows added with <Table>.FormulaAdd.
<Source>.ListSynonym (Function)
Returns the list of synonyms used by a full-text index.
Simple statements
Error 701: The property is read-only
NoAccent (Function)
Converts accented characters in a string to non-accented characters.
Programming an indexed control
UMCOpen (Function)
Opens the edit window of User Macro-Code for the current window.
Writing an email: the available methods
This help page presents the methods for writing an email....
WiFiDetectAccessPoint (Function)
Starts detecting the Wi-Fi access points currently accessible from the device.
HListFullTextIndex (Function)
Returns the list of full-text indexes of a file (a query or a view) recognized by the HFSQL engine.
WiFiAddNetwork (Function)
Adds a new network to the list of Wi-Fi networks configured on the device.
DialogAsynchronous (Function)
Displays a non-blocking message box and calls a WLanguage procedure with the value of the button clicked by the user.
DisplayMask (Property)
The DisplayMask property is used to: Find out the display mask. Modify the display mask. This display mask is displayed when the control is in read-only or when the control does not have focus....
Handling a Check Box control through programming (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
<Source>.MigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
HNoModif (Function)
Forbids all the modifications on a data file (for all the programs, including the one that requested the no-modification policy).
MenuMark (Function)
Positions the checkmark in front of the menu option (popup menu or drop-down menu).
LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
UMCActive (Function)
Used to find out and modify the activation of UMC management (User Macro-Code).
ArrayAddReference (Function)
Adds the reference of an object at the last position in a one-dimensional array.
Events associated with a Spreadsheet control