ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on a query
Queries are used to easily select records in one or more data files......
MovableByBackground (Property)
The MovableByBackground property is used to: find out whether a window can be moved by the background, allow (or not) a window to be moved by the background....
StatusBar (Property)
The StatusBar property is used to: find out whether the status bar is displayed or not display (or not) the status bar of a window....
AutomaticErase (Property)
The AutomaticErase property is used to: find out whether an edit control is in "Automatic erase" mode. modify the "Automatic erase" characteristic of an edit control....
Constants for managing videos
List of constants used by the functions for video management....
Analysis links
The links are used to link the files found in an analysis between themselves......
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager......
dChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket......
ERR_ALREADYCONNECTED
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
Zooming a window (AAF)
The end user can zoom the content of a window with the mouse......
HelpNumber (Property)
The HelpNumber property is used to identify and modify the help number associated with a control.
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
<picLayer variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
Browser management functions
List of functions for managing browsers...
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
Space (External language)
Fills the content of WdString with space characters on the right.