ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LooperModify (Function)
Changes the values of the attributes in a row of a Looper control.
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
SocketWaitForConnection (Function)
Run on the server, this function is used to wait for a connection request coming from the client sockets.
WiFiStatus (Function)
Returns the current activation status of Wi-Fi on the device or asks to be notified when the activation status of Wi-Fi changes.
gpwOpen (Function)
Opens the User Groupware login window or page.
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
gAlignment (Function)
Builds a sequence of characters containing an aligned text or an aligned image.
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
grInfoXY (Function)
Returns information about the series found at a specific chart point.
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
HDescribeItem (Function)
Describes a file item through programming.
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
Query editor: Characteristics
Declaring the functions of the Windows API
Syntax for declaring the functions of the Windows API...
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
Array management functions
List of functions for managing arrays...
HDescribeConnection (Function)
Describes a new connection to an external database.
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
Handling menu options programmatically
The menu options can be handled......
Fixed array (Type of variable)
A fixed array is an "advanced" type of array...