ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FocusOnClick (Property)
The FocusOnClick property is used to: Determine if a control gains focus when clicked. Allow or prevent a control from gaining focus when clicked....
Typing multilingual texts
For a multilingual application, you have the ability to......
Image editor: Features
The image editor includes several features......
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images......
AAF: Handling the columns of a Table control
The Table controls displayed in a window allow the end user to perform several operations......
SCM: Optimizing the time management
From version 110042, the dates and times are stored in the Source Code Manager in UTC format (Universal Time Coordinates) instead of local computer time......
Managing iconic fonts
Include special characters in your captions via the iconic fonts....
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
Display the code of an element
WINDEV, WEBDEV and WINDEV Mobile allow the use of event-driven and object-oriented programming......
Sharing the popup menus in the project
In most cases, several popup menus are included in your applications......
Managing main window menus
A main menu is necessarily associated with a window......
Controlling the WEBDEV Application Server
Starting with version 28, you can remotely control the WEBDEV Application Server......
Mobile Image Editor control
By using the Image Editor control in your mobile applications, you will allow users to edit images or photos......
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
Instant spotting of modified code/current code
The modified lines of code are immediately visible......
Management of PDF files
PDF is one of the most widely used formats for transmitting and storing electronic documents......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
Unicode (Property)
The Unicode property is used to: Determine if the value of a control is a Unicode string. Specify whether the value of a control is a Unicode string....
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
SelectedTextWithTag (Property)
The SelectedTextWithTag property is used to get or change the text selected in a rich edit control (RTF or HTML) with HTML or RTF formatting tags.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......