ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Enlarging a window or page
Modern UIs generally use larger windows, pages and fonts......
AppOpenForm (Function)
Opens: the application page on Play Store or App Store so that users can rate and/or comment. the form for configuring the In-App purchases of an application....
<Array>.Insert (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....
Title (Property)
The Title property is used to: Get the title of a Table control column, a Chart control, a window or a page Change the title of a Table control column, a Chart control, a window or a page....
<Array>.DeleteLine (Function)
Deletes a row at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
Thread execution
At runtime, an application runs in a main thread......
SMSNbMessage (Function)
Returns the number of SMS messages stored on an Android phone.
9. Overlaying controls
Utilisation dans la classe _VisiteGuidéeEtapeEffet - Accès en Lecture + Ecriture - Type : Entier32...
Text formatting variant
You can customize text attributes such as character spacing, line spacing and font size in a window or page......
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
Java application and WINDEV
A Java application is an application entirely compiled in Java......
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an array property of an advanced variable type (array of events of a gglCalendar variable, etc.). from a WLanguage list....
ArrayAdd (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an array property of an advanced variable type (array of events of a gglCalendar variable, etc.). of a WLanguage list....
WinOptimize (Function)
Changes the mode used to create and draw windows. All windows opened after calling this function will use the new mode.
Importing and exporting a WEBDEV Application Server
WEBDEV Account Manager allows you to easily import and export the WEBDEV Application Server configuration......
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be bound to a table or use an in-memory data source. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
WINDEV and the SOAP protocol
DisplayEnabled (Property)
The DisplayEnabled property is used to: determine whether or not a control or window is refreshed. If the control is displayed, its content is refreshed regularly. refresh a control or window....