ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
Windows,Title (External language)
Modifies the title of the next window (or dialog box) displayed.
Windows,TNext (External language)
Modifies the title of the next window (or dialog box) displayed.
Windows,TCurrent (External language)
Modifies the title of the current window.
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
Constants for managing the internal windows
Constants for managing Windows events
The following constants are used to manage Windows events:...
Windows event management functions
List of functions for managing Windows events...
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
PreviousWin (Function)
Identifies the window that was in edit before the window that is currently in edit (for the same project).
<Window>.CurrentLayout (Function)
Returns the index of the current layout in the window or internal window.
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Report editor: Available types of reports
Several types of reports can be created in the report editor......
The Calendar control
The Calendar control is used to permanently display a calendar in a window or page......
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Compiling and testing the help system
It is necessary to compile the help to create a file based on the information entered in the help editor......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
The HTML Display control
The HTML Display control displays a web page in an application......