ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
Positioning a toolbar
A Toolbar control can be created in a "Free" window or in an "MDI Parent" window......
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
WEBDEV Page control
The WEBDEV Page control allows you to integrate a WEBDEV page into a WINDEV application......
Chart control: "Details" tab
Regardless of the editor (window, page or report), the "Details" tab found in the description window of Chart control is used to describe......
Creating a flexible modeling
To create a new flexible modeling, you can......
WinUsefulSize (Function)
Specifies the useful size of an internal window with automatic scrollbars. The useful size corresponds to the full size of the internal window: Width of the internal window. Height of the internal window....
WEBDEV Account Manager
WEBDEV Account Manager allows you to easily host websites developed with WEBDEV......
Types of help systems in a WINDEV application
There are multiple solutions to provide help to the users......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Query editor
The query editor is used to automatically create queries on the data files......
<Window>.EdActive (Function)
Allows you to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
SysWinActive (Function)
Returns the handle of the active window or activates a window.
<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......
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....
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).
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.
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
Windows,TCurrent (External language)
Modifies the title of the current window.