ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Installing WINDEV, WEBDEV or WINDEV Mobile
This page describes the configuration required to install WINDEV, WEBDEV or WINDEV Mobile, as well as the different installation steps...
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area...
fSelectDir (Function)
Opens a directory picker.
fImageSelect (Function)
Opens the image picker of Windows.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
Speech recognition functions
The following functions are used to manage speech recognition:
Multitask (Function)
The Multitask function allows you to:
  • define a timeout,
  • give control back to Windows,
  • give control back to Windows and to WLanguage.
Clipboard functions
List of functions for managing the clipboard
NetworkUser (Function)
Identifies the name of the connected user.
SysWindowsAccentColor (Function)
Returns the Windows accent color.
Mouse functions
List of functions for mouse management
WINDEV Mobile: Platforms, processors and operating systems
WINDEV Mobile applications can run on the following platforms
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
Context menu of Organizer controls (AAF)
Each Organizer control found in a window proposes a menu to the user......
Associating a control with a tab pane
Methods to associate a control with a tab pane......
<Spreadsheet>.StartModification (Function)
Indicates the start of a series of actions performed in a Spreadsheet control in a single event...
SpreadsheetDeleteImage (Function)
Deletes an image from the current worksheet in a Spreadsheet control.
SpreadsheetListImage (Function)
Lists the images found in the current worksheet of a Spreadsheet control.
Automatic context menu for the Scheduler controls
Each Scheduler control found in a window proposes a menu to the user....
<Spreadsheet>.EndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event...
<Spreadsheet>.SavePositionAndSelection (Function)
Saves: the scrollbar position in a Spreadsheet control for the current worksheet, the current...
<Spreadsheet>.SortSelection (Function)
Sorts the values selected in a Spreadsheet control.
Creating a select query
A select query (corresponding SQL statement......
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used...
SpreadsheetEndModification (Function)
Signals the end of grouping for a set of operations on a Spreadsheet control in a single event...
SpreadsheetSortSelection (Function)
Sorts the values selected in a Spreadsheet control.
SpreadsheetSavePositionAndSelection (Function)
Saves: the scrollbar position in a Spreadsheet control for the current worksheet, the current...
TableFixColumn (Function)
Fixes a column to the left or frees a column fixed to the left.
Database access: summary
WINDEV and WEBDEV support different SQL query execution modes depending on how the database...
SpreadsheetStartModification (Function)
Indicates the start of a group of operations on a Spreadsheet control in a single event (management...
Description of a CSS style
This window allows you to describe a CSS style that will be used for the controls of your WEBDEV...
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
The source code manager
WINDEV, WEBDEV and WINDEV Mobile propose a sophisticated Source Code Manager......
WEBDEV Application Server 2024
WDMap: Adding, modifying and deleting the records of a data file
WDMap allows you to perform simple operations (addition, modification or deletion) on the records...
Functions for managing menus (prefix syntax)
List of functions for managing menus...
Principle of remote check
Container column of a Table control (prefix syntax)
A cell found in a Table control can contain a set of controls......