ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Installer theme
The setup program creation wizard lets you customize the setup program windows......
Looper control linked to a data file
A Looper control can be used to display the content of a data file or query......
<Source>.CreateIfNotFound (Function)
Performs the following operations: If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation. If the table exists, opens the table....
Manipulating TreeView controls programmatically (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a TreeView control through programming......
Content (Property)
The Content property is used to read or write the whole content of a control: List Box populated programmatically, Combo Box populated programmatically, Spreadsheet....
Characteristics of an indexed control
Characteristics of an indexed control: description, code, ......
Shared information
The information entered when creating the files and the items is shared throughout the environment......
ChangeSourceWindow (Function)
Dynamically changes the window displayed in an Internal Window control. Case of internal window dequeues Modifies the currently displayed window. This modification is saved in the list of internal windows to scroll....
Error 1054: 'Ancestor' cannot be used outside the code of a class
Automatic feature for copying forms
When typing several copies of a form one after another, some of the information to type may be the same for each instance of the form......
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened if the end user opens a new tab in a dynamic Tab control.
Linking a Combo Box control to a data file
A List Box or Combo Box control can be used to display the content of a data file, to allow a user to select a record, for example......
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
SCM: Project version changes
When several projects share elements in the same SCM, version changes of WINDEV, WEBDEV and WINDEV Mobile projects......
TotalRange (Property)
The TotalRange property is used to get and change the total range of data represented by the Range Slider control.
10. Internal components in practice
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify base width used for anchoring "width" fields. Find out the initial width of a report control....
15. Creating the executable in practice
Creating the executable in practice...
Application in kiosk mode
A kiosk application is an application from which the user cannot exit......