ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
<Window>.WindowBitmap (Function)
Creates the image of the specified window in a BMP file.
Custom tooltips
Tooltips are very useful for application users......
Events associated with Combo Box controls
List of events associated with Combo Box controls...
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
Languages supported by the setup
If your applications must be installed in several countries, the setup wizard proposes to generate a multilingual setup......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
Events associated with Button controls
List of events associated with Button controls...
Before calling the Free Technical Support
The operations to perform before calling the Technical Support......
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
Edit options of a report
The report editor allows you to......
15. Cookies: information stored on the end user's computer
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
fLoadText (Function)
Loads the content of a text file into any text control or text variable (string variable, edit control in a window, Static control in a report, etc.).
Miscellaneous Windows constants
List of constants used by the Windows functions....
Clipping the window according to an image
An image can be used to easily define the shape of a window......
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
WLanguage properties of Internal Window controls
List of WLanguage properties of Internal Window controls...
The Table control
The Table control is used to simplify the display and the input of information stored in memory or coming from a data file, a view or a query......
Voice commands in the environment
The environments of WINDEV, WEBDEV and WINDEV Mobile respond to the voice commands......
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
Programming patterns
CAUTION......
3. Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
Generating the RAD pattern
To generate a RAD pattern:...
Opening a window from a secondary thread
A secondary thread cannot directly open a window with the standard WLanguage functions such as......