ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The field can be a file or memory field. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development version allows your to automatically install the site on the server......
Popup window
WINDEV allows you to open windows in popup format......
Drawing in WINDEV, WEBDEV and WINDEV Mobile
WINDEV, WEBDEV and WINDEV Mobile include several functions for displaying, drawing, copying and saving the drawings and images from your applications or sites......
12. Pages in practice
Managing space characters in the searches?
<Source>.DuplicateRecord (Function)
Duplicates the record read in a data file: the record found in memory is added into the data file (query or view).
Handling Mobile Image Editor controls programmatically
WINDEV Mobile allows you to programmatically handle Mobile Image Editor controls......
SQL: Managing joins (INNER JOIN, OUTER JOIN)
To select records coming from several data files, joins must be used in the SQL query......
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Reverse code modeling
The reverse code modeling allows you to view in a graph......
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static Text control in a report....
Telemetry: Main features
Aliases on data files: HAlias
The aliases are used to handle......
ERR_NO_APPLICATION
16. Application test in practice
5. Site test in practice
Container column in a Table control
A cell found in a Table control can contain a set of controls......