ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Link functions (prefix syntax)
Link functions are used to link the interface with the tables and vice versa....
InvalidInputDetect (Function)
Detects and signals an error on required controls left empty and/or controls with invalid data....
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
MaskFormat (Function)
Formats a character string using an InputMask variable.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
InvalidInputShowMessage (Function)
Displays an invalid input error for the specified control.
Creating a query
Two methods can be used to create a query......
Sortable (Property)
The Sortable property is used to: Determine if a Table control column is sortable. Make a column of a Table control sortable or not....
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....
Mask management functions
The following functions are used to manage masks......
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Link functions
Link functions are used to link the interface with the tables and vice versa. These functions are as follows:...
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
ConfirmAsynchronous (Function)
Displays a non-blocking message in a standard dialog box with the answers "Yes", "No", "Cancel" and calls a WLanguage procedure with the user's response....
20. Control templates
Hint (Property)
The Hint property gets and sets the hint text displayed when the Edit control is empty.
Constants for object visibility
List of constants for managing the visibility of an object....
Breakpoints
During a project test in the editor, breakpoints are used to automatically start the debugger from a given line......