ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Database schema editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
NetDirList (Function)
Lists the directories and the files found: on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV, on the client computer. This function is kept for backward compatibility....
The Switch control
Switch controls (also called "Toggle controls") are now commonly used in interfaces......
Editable reports
The report editor can be used to create form reports, which include different controls allowing users to enter data......
Windows,TNext (External language)
Modifies the title of the next window (or dialog box) displayed.
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
CheckBoxCount (Function)
Returns the number of options found in a Check Box control.
<Check box>.Count (Function)
Returns the number of options found in a Check Box control.
ERR_MISSING_PAGE
SearchAAF (Property)
The SearchAAF property is used to: find out whether the search via AAF is enabled on a non-editable Combo Box control, enable (or not) the search via AAF on a non-editable Combo Box control....
CursorEnd (Property)
The CursorEnd property gets and sets the end position of the mouse selection range in the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control....
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
MemoryFormat (Property)
The MemoryFormat property is used to get and change the format of the value returned for: Date or Time edit controls. Date or Time table columns. Calendar controls. Static controls. editable combo boxes. table columns displayed by combo boxes....
Container column in a Table control
A cell found in a Table control can contain a set of controls......
Info (External language)
Displays a dialog box containing an information logo and the message passed in parameter.
TextEllipsis (Function)
Returns the text with ellipsis displayed in an Edit, Combo Box or Static control.
Error (External language)
Displays a dialog box containing an error logo and the message passed in parameter.
Advanced dialog boxes
The advanced dialog boxes are windows allowing you to communicate with the user......
Limitations of WINDEV, WEBDEV and WINDEV Mobile
YesNo (Function)
Displays a message in a standard dialog box that proposes "Yes" and "No" and returns the user's choice....
How to loop through the files of a directory?
This help page presents the different methods that can be used to loop through the files of a directory....
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
WLanguage procedure called by ConfirmAsynchronous
Procedure ("Callback") called by ConfirmAsynchronous when the user clicks one of the buttons in the dialog box.
WLanguage procedure called by DialogAsynchronous
Procedure ("Callback") called by DialogAsynchronous when the user clicks one of the buttons in the dialog box.
Functions for managing Check Box controls (prefix syntax)
The following functions are used to manage Check Box controls via prefix syntax:
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......