ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity...
Reloading a document
To reload a document, ......
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Clipboard with history
The clipboard stores the last 10 pieces of content cut or pasted (from any editor)......
Marker (Type of variable)
The Marker type is used to define the characteristics of a marker that must be positioned on a map displayed in a Map control.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
Creating anchors
The anchors are used to define specific points in a help page......
Real Time Performance Profiler (RTPP)
The Real Time Performance Profiler (RTPP) is a tool that helps you identify what is slowing down your application......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Printing in PDF format: Special cases
Specific features of print in PDF format...
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Telemetry: Main features
Characteristics of a toolbar
The main characteristics of a "Toolbar" control are configured in the "Details" tab and in the "UI" tab of the description window of control......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Selected (Property)
The Selected property is used to: Select, or determine if a row is selected in a List, ListView or Table control. Select, or determine if a column or cell is selected in a Table control with row or column selection. Select, or determine if a WEBDEV menu option is selected....
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Defining clickable areas
In a page, an Image control can contain clickable areas......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
Code editor options
A series of options allows you to customize and take full advantage of the code editor......
zipOpen (Function)
Opens an existing archive.
zipListFile (Function)
Returns the list of files found in an archive.
Main characteristics of a List Box control
The main characteristics of a List Box control are as follows......
Types of Edit controls
OKCancelAsynchronous (Function)
Displays a message in a standard non-blocking dialog box with the answers "OK" and "Cancel" and calls a WLanguage procedure with the user's response....