ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

8. Smart controls
Ouvre une fenêtre de type popup en précisant sa position d'ouverture et attend sa fermeture....
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV project......
Installing version 2024
Cherche les éléments d'un noeud HTML correspondant à une balise....
Z-index of a control
All the controls in a window or report have a different z-index......
BottomIndent (Property)
The BottomIndent property gets and sets the space at the bottom of the text (bottom margin) in a control.
Chart: Managing scales
In a chart, the scales are used to quickly estimate the value of different points found in a chart......
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
gglAttachment (Type of variable)
The gglAttachment type is used to define all the advanced characteristics of a file attached to a calendar event. The calendar can be described using the gglCalendar type. This calendar is used by the Google Calendar service.
dTransferToImage (Function)
Creates an image from a buffer of pixels encoded in a specific format. This function is an advanced function. This function is mainly used to handle the images returned by external APIs via Image variables....
SOAP constants
List of constants used by the SOAP functions....
Test of a WINDEV and WINDEV Mobile application
WINDEV and WINDEV Mobile feature multiple methods to test applications......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
WINDEV and OPC
OPC stands for "OLE for Process Control"......
DelayBeforeClosing (Function)
Limits the display duration of a window or dialog box. If no user action is performed, when the specified amount of time is reached: for a window, the code of a window button will be run. for a dialog box, the dialog box is automatically closed....
Automatic features of edit controls
Edit controls provide multiple automatic features available in all the controls of your applications without writing a single line of code......
BottomMargin (Property)
The BottomMargin property is used to: Find out the bottom margin of a report. Modify the bottom margin of a report....
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
10. Smart controls
Smart controls...
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
Messaging
A messaging is included in WINDEV, WINDEV Mobile or WEBDEV......
AWP: Managing contexts
To keep the value of global variables when switching from a page to another one, the AWP mode proposes a management of contexts......