ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapInfoXY (Function)
Returns the geographical position (latitude and longitude) corresponding to a point in a Map control.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
InAJAXMode (Function)
Specifies whether the code is run from: a process in AJAX mode. a procedure called by AJAXExecute or AJAXExecuteAsynchronous....
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
XMLRead (Function)
Returns the value of an XML element or the value of the attribute for an XML element.
XMLWrite (Function)
Creates or modifies the value of an XML element or the value of the attribute for an XML element.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
StringEndsWith (Function)
Checks whether a character string ends: with a specific character string. with one of the character strings in an array....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
hScheduling (Type of variable)
The hScheduling type is used to define and find out the characteristics of the scheduling that must be performed: for a scheduled optimization task of HFSQL Client/Server files. for a scheduled backup task of HFSQL Client/Server files. for a scheduled replication of HFSQL servers....
MemPrevious (Function)
Positions on the element found before the current element of a memory zone and returns the value of this element.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
MatExist (Function)
Checks the whether the matrix exists in memory.
TwainListSource (Function)
Returns the list of drivers for the Twain devices connected to the current computer.
HListConnection (Function)
Returns the list of connections currently described in the application.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.
HStatNbRecRange (Function)
Returns an estimate regarding the number of entries for a given key item in a given interval of values.
<Array>.MoveLine (Function)
Allows you to: move a row in a two-dimensional array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional array or in an advanced array property....
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
ControlTab (Function)
Returns the name of the Tab control that contains the specified control.
Border (Type of variable)
The Border type is used to handle a border through programming...
The HTML Edit control: Automatic formatting toolbar
In HTML Edit controls, a formatting toolbar can be automatically displayed when the control becomes editable......