ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Options of the window editor
To configure the general options of the window editor...
Environment of the window editor
The main elements of window editor are as follows:
Copy between the editors
WINDEV, WEBDEV and WINDEV Mobile allow you to perform copies (or Drag and Drop) of controls between the products and their editors.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows...
ScrollBarShow (Function)
Displays (or not) a scrollbar in a WINDEV control (edit control or list box) even if no scrollbar was specified during the control description.
<Window>.ChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
Calling a DLL written in Visual Basic
Visual Basic (like many other languages) allows you to create custom DLLs......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Constants for managing Windows events
The following constants are used to manage Windows events:...
Welcome to Reports & Queries
Reports & Queries is used to......
SourceWindow (Property)
The SourceWindow property is used to get the source of an internal window (i.e. the internal window displayed by the Internal Window control).
Using the Vista style in your windows
WINDEV allows you to customize......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Referring to an element in a WLanguage event / process
MyChildWindow (Reserved word)
MyChildWindow is used to handle the child window of the current window.
<Window>.CurrentLayout (Function)
Returns the index of the current layout in the window or internal window.
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
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.
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
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
Windows,TCurrent (External language)
Modifies the title of the current window.
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....
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
HTMLEditorFromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
<HTML editor>.FromEmail (Function)
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control.
Events associated with Link controls
List of events associated with Link controls...