ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
FinCurrentVal (Function)
Returns the current value of investment.
Associating documents with the project
To describe a project in detail, you can associate documents with it......
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
AccentSensitive (Property)
The AccentSensitive property is used to determine if accented characters are taken into account in the different searches performed on the item (with HReadSeek, HReadSeekFirst and HReadSeekLast, for example).
Remote WEBDEV administrator: Create a WEBDEV account
The management of accounts is accessible in the remote administrator for the server administrator only....
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
grSurfaceMarksCaption (Function)
Allows you to specify the mark caption for a Surface chart.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
MemCreate (Function)
Creates a memory area.
Access (Property)
The Access property is used to manage the type of access of a connection (HFSQL Client/Server, OLE DB, etc.)....
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
NbLabel (Property)
The NbLabel property is used to: Find out the number of labels printed across the page width. Modify the number of labels printed across the page width....
ExtendedInfo (Property)
The ExtendedInfo property is used to get additional information: about a data file accessed by a Native Connector or HFSQL Client/Server. about an item accessed by a Native Connector or HFSQL Client/Server. about a connection. In this case, this property is equivalent to CtExtendedInfo....
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
LooperCount (Function)
Returns the number of rows in a Looper control.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
Geolocation functions/GPS
The following functions are used to handle geolocation data and to control GPS devices......
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
Emulating constants
List of constants used by the functions for emulating automated tests....
OpenChild (Example)
Usage example of the OpenChild function