ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants used by the scanner functions
Constants used by the scanner functions...
Guided tour management functions
Guided tour management functions...
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Facebook functions
List of Facebook functions...
"Debugger trace" pane
The "Debugger trace" shows the messages displayed in the trace window during the last application test......
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
Changing an application to 64-bit
WINDEV allows you to develop 64-bit applications......
PDFNbSignatures (Function)
Gets the number of signatures in a PDF document.
How to fill a TreeView control from a data file? (prefix syntax)
By default, the TreeView control cannot automatically display the data coming from a data file......
2. Managing emails (POP3/IMAP/SMTP)
POP3/IMAP and SMTP are email management protocols recognized by all service providers...
Miscellaneous Windows constants
List of constants used by the Windows functions....
Outstanding progress bars
Simple or symmetric progress bar?...
SaaSAdminSubscriptionAllocateLicense (Function)
Assigns a subscriber license to a SaaS user.
<Looper>.InsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
<Looper>.ModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
StringReverse (Function)
Reverses the characters of a string.
WINDEV concepts
License agreement for Native DB2 Connector
License agreement for Native DB2 Connector...
<Array>.DeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from the advanced array property (array of gglCalendar events, ...). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
<Array>.Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
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....