ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Generating a library
Generating a library consists in selecting the elements handled by this application (windows, reports, classes, sets of procedures, queries, data files......
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
Managing context menus in a WINDEV or WINDEV Mobile application
A context menu can be opened by the user via a right mouse click......
Specific features of the Express version
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
ToolbarVisible (Property)
The ToolbarVisible property is used to: know if the toolbar or the ribbon is displayed in a control. show or hide the toolbar or the ribbon in a control....
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
FontCharset (Property)
The FontCharset property is used to: Find out the character set used by the screen fonts of a control. Modify the character set used by the screen fonts of a control....
VisibleInExportAndPrint (Property)
The VisibleInExportAndPrint property is used to: Find out whether a column of a Table or TreeView Table control is visible for export and printing. Modify the visibility of a column in a Table or TreeView Table control for export and printing....
The Slider control (in a window)
A slider control is used to select a value between two bounds......
Code snippets
The code editor allows you to enter "Code snippets"......
Connected objects: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Managing space characters in the searches?
Report controls
Several types of controls can be handled in a report created by the report editor......
FaxRestart (Function)
Restarts a fax in the spooler.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
Fax constants
List of constants used by the functions for managing faxes....
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......