ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
InSeconds (Property)
The InSeconds property is used to convert a Duration variable to seconds.
InMilliseconds (Property)
The InMilliseconds property is used to convert a Duration variable to milliseconds.
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
Configuring the development environment
WINDEV, WEBDEV and WINDEV Mobile propose different modes for using the development environment......
<WDPic variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a WDPic variable.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
TimeToString (Function)
Converts a time to a string in the specified format.
DateDifference (Function)
Calculates the number of days between two dates.
Icon (Type of variable)
The Icon type is used to define the advanced characteristics of an icon.
Driver (Property)
The Driver property is used to get the video capture driver the Camera control is associated with.
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
Error 1017: The method is not global: use: to access it
Map control properties
The following properties can be used with Map controls:...
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL if its content is empty. Configure the value returned by the control if its content is empty....
CrosshairThickness (Property)
The CrosshairThickness property is used to determine and change the thickness of the crosshair in a Chart control.
CrosshairOpacity (Property)
The CrosshairOpacity property is used to determine and change the opacity of the crosshair in a Chart control.
WINDEV Mobile: Overview
WINDEV Mobile is a development environment for PC that allows you to develop......
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
Operations performed on state-transition diagrams
The following paragraphs explain......
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)......
DisplayedItem (Property)
The DisplayedItem property is used to: Find out the item or the variable displayed by the control. Modify the item or the variable displayed by the control....
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....