ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing geolocation and GPS
WINDEV Mobile and WEBDEV allow you to exploit geolocation and GPS features found on mobile devices and browsers.
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
BrowserRunApp (Function)
Opens the default Web browser of the current device.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
HOpen (Function)
Opens a table.
HReadPrevious (Function)
Sets the position on the previous record of a file according to a browse item.
Calling a procedure/a function
Syntax for calling a local or global procedure.
Control (Variable type)
The Control type is used to define the characteristics of a control.
EmailNbMessage (Function)
Returns the number of incoming messages currently found: on the email server (POP3 protocol only). in the Outlook messaging software....
2. Analysis in practice
HModify (Example)
Usage example of the HModify function
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
XMLBuildString (Function)
Retrieves and formats the content of an XML document (created by XMLDocument and modified by the XML functions).
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HSL (Function)
Creates a color from its hue, saturation and lightness.
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....
iPrintReport (External language)
Prints a report created with the report editor.