ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Automatic data masking
Data masking is a process that transforms the data in an item that will be displayed to the user......
Maximize (Function)
Displays a WINDEV window in its maximum size.
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
WinAdaptSize (Function)
Adapts the window size to the content of controls.
<Diagram editor>.SelectPlus (Function)
Selects a shape in a Diagram Editor control.
<Diagram editor>.SelectMinus (Function)
Deselects a shape in a Diagram Editor control.
<Scanner variable>.ToPDF (Function)
Saves a document from a scanner to a PDF file.
DiagramSelectPlus (Function)
Selects a shape in a Diagram Editor control.
DiagramSelectMinus (Function)
Deselects a shape in a Diagram Editor control.
<Connection variable>.SaveParameter (Function)
Saves a persistent value on the HFSQL server.
<Connection variable>.DeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
Restore (Function)
Displays a WINDEV window to its initial size.
1. Project and Analysis
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis....
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
ExpandedImage (Property)
The ExpandedImage property is used to: find out and modify the default image associated with an expanded row in a TreeView Table control. find out and/or modify the default image associated with an expanded row in a TreeView control. find out and modify the image associated with a specific expanded row in a TreeView Table control. find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report....
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
fImageSelect (Function)
Opens the image picker of Windows.
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
Testing a project: setting
By testing the project you can simulate how the application will run......
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Locking an application
WINDEV gives you the ability to lock your applications (after a specific duration for example)......