ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
Slider control properties (in a page)
A Slider control and a Range Slider control found in a page can be handed in WLanguage by the following properties.
Round (keyword)
The Round keyword can correspond to...
iPrintImage (Example)
Usage example of the iPrintImage function
zipDeleteFile (Example)
Usage example of the zipDeleteFile function
LoadParameter (Function)
Reads a persistent value.
fCurrentDir (Function)
Identifies or modifies the current directory.
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
ControlDelete (Function)
Permanently deletes a control from a window, page or report.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
HTML control properties
You can manipulate HTML controls in a window, page or report using the following WLanguage properties......
htmlDocument (Type of variable)
The htmlDocument type is used to define all the advanced characteristics of an HTML document.
Dashboard control functions
The list of functions for managing Dashboard controls is as follows......
HListREP (Function)
Returns the list of assignments for the data files handled by the current application, which means the list of physical files corresponding to the files described in the analysis.
iParameterPDF (Example)
Usage example of the iParameterPDF function
Sliding Banner control properties
The WLanguage properties can be used to handle ......
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
Plane (Property)
The Plane property is used to: Get: the active plane of a window (or report) or the plane to which a control belongs. the active plane of a WEBDEV element. Change: the active plane of a window (or report) or associate a control with another plane. the active plane of a WEBDEV element....
Help: Summary table
In a WINDEV application, users have multiple help features at their disposal: Tooltip. Status bar. Help window. Advanced tooltip. Help page. HLP file....
Example for creating a select query
This help page explains how to create two select queries......
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....