ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Ribbon of editors
The different options of the WINDEV, WEBDEV and WINDEV Mobile editors are presented via a ribbon......
DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
Native Informix Connector: Programming with SQL functions
The use of SQL functions to manipulate Informix data does not require importing the file structure into the analysis......
Native Sybase Connector: Programming with SQL functions
The use of SQL functions to handle Sybase data does not require importing the file structure into the analysis......
NbLinesPerPage (Property)
The NbLinesPerPage property is used to: Get and set the maximum number of Table rows per page. Get and set the maximum number of Looper rows per page....
LooperModifyLine (Function)
Changes the values of the attributes in a row of a Looper control based on a data file or populated programmatically.
Constants for object visibility
List of constants for managing the visibility of an object....
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
HRetrieveItem (Function)
Returns the content of an item found in the current record (in the data file, view, query, ...).
TableItemStatus (Function)
Returns the status of a node in a Treeview Table control: collapsed, expanded or not found.
Installing the monitor
The monitoring robot includes three executables......
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.
RulerVisible (Property)
The RulerVisible property is used to: Determine if a playhead is visible in a TimeLine control. Show or hide a playhead in a TimeLine control....
WINDEV: Example of programmed Drag and Drop
Chart control: "Series" tab
The "Series" tab is used to define the different series used in the Chart control as well as the source of category labels......
13. Security benefit: managing the "Back" button
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
MyWindow (Reserved word)
MyWindow is used to handle the current window...
dSaveImagePNG (Function)
Saves an image: in a PNG file. in memory....
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
zipExtractPath (Function)
Returns the path of a file found in the archive.
Managing the automatic identifiers when adding a record
When adding a record into a HyperFileSQL file (HAdd), three management modes are available for the automatic identifiers......
Python: Native calls
WLanguage allows for native Python calls......
Bitwise operators
The operations on binary values are performed......