ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
BrowserRunApp (Function)
Opens the default Web browser of the current device.
Sorted (Property)
The Sorted property is used to: Determine whether a control is sorted. Sort a control or not....
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....
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
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.
HModify (Example)
Usage example of the HModify function
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
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.
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
PreviousPage (Function)
Returns the name of the previous page.
tapiDialerCall (Function)
Opens the default telephony application (dialer) found on the phone and dials the specified number.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
HourGlass (Function)
Transforms the mouse cursor into hourglass (and conversely). In Android and iOS, displays an endless progress bar in a window....