ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Custom properties (WLanguage)
A custom property is a code element with two events...
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
8. Windows in practice
Discover the main actions that can be performed on the windows....
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
Extracting the text of the project
The following text can be extracted......
Brochure of new features: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure....
Sliding window (sliding menu)
The sliding windows (also called sliding menus) are often used in the mobile applications......
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
WINDEV Mobile concepts
WINDEV concepts
Internal component description
The description of an internal component can opened at any time......
WinInYPos (Function)
Returns the vertical position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
WinInXPos (Function)
Returns the horizontal position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
Windows
The windows represent the main interface of a WINDEV application......
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window......
Events associated with Tab controls
List of events associated with Tab controls...
MyWindow (Reserved word)
MyWindow is used to handle the current window...
SourcePage (Property)
The SourcePage is used to identify the source of an internal page (i.e. the internal page displayed by an Internal Page control).
5. Swipe gestures in a window
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 5 - Swipe gestures in a window - 20 min
Looper: moves and gestures
In a mobile application, several options can be handled with the fingers, by performing specific movements......
4. Windows with search
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 4 - Windows with search - 30 min
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
11. Internal components in practice
Internal components in practice...
Action Bar control events
WLanguage procedure called by OpenDocument
WLanguage procedure ("callback") called by OuvreDocument after the edit window is closed. This procedure can be a local, global or internal procedure.
1
2
3
4
5
6
276
>