ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling a dictionary
WINDEV, WEBDEV and WINDEV Mobile allow you to easily perform the following operations on a dictionary......
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
AutomaticEvent (Type of variable)
The AutomaticEvent type is used to manage an automatic event.
ManualEvent (Type of variable)
The ManualEvent type is used to manage a manual event.
Creating, modifying, deleting a style
WINDEV gives you the ability to handle the styles defined for a help system (help file in HLP or CHM format)......
Handling the views of a window
To easily handle huge windows (that cannot be entirely displayed in the editor for example), WINDEV and WINDEV Mobile allows you to handle several views of the same window......
ProfilerStart (Function)
Starts "collecting information" for the performance profiler.
"Real Time Performance Profiler" pane
The "Real Time Performance Profiler" pane shows the activity of an application or site during a test......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
The Popup control
The Popup control is a control used to associate a popup with a page. This popup, displayed from the page into which it is inserted, is used to easily establish a dialog with the user....
Drop-down button
The drop-down button expands: a context menu. a popup window....
Animation of Mobile windows
In the mobile applications, the different screens of the application are displayed via a small animation: display from the right and the top, ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
ToolTip (Property)
The ToolTip property is used to get and change the text displayed in the tooltip associated with a window or page control.
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
Handling the framesets
The different operations that can be performed on the framesets are as follows......
How to develop a PHP site?
What is a PHP site?......
Filtering a data file, a view or a query
A filter is used to define by programming a selection of records corresponding to one or more criteria......
pvtPosition (Type of variable)
The pvtPosition type is used to handle a cell of a Pivot Table control.
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
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....
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......