ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating menu options via the context menu
WINDEV and WINDEV Mobile manage two types of menus:...
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus...
Configuring the AAF menus (Automatic Application Features)
WINDEV includes several Automatic Application Features (AAFs)...
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications...
Manipulating menu options programmatically
Menu options can be manipulated...
Managing main window menus
A main menu is necessarily associated with a window...
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
Automatic management of exceptions
The management of exceptions can be customized by process......
HFSQL constants
List of constants used by the HFSQL functions....
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
Installing the robot controller
The monitoring robot includes three executables......
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
11. Table/Looper controls
Table/Looper controls can be used to display a set of information......
VideoStopDecoding (Function)
Stops decoding a bar code in a Camera control.
CameraStopDecoding (Function)
Stops decoding bar codes in a Camera control.
USBDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
fDetectRemovableStorage (Function)
Detects whether a removable storage unit (CD, USB key, USB camera, ...) was added or removed.
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
picText (Type of variable)
The picText type is used to define all the advanced characteristics of a Text layer.
NFCWriteTag (Function)
Starts writing data to an NFC tag.
How to create a query with external join?
In SQL language, an external join is used to exclude or include file records with or without correspondences in the linked files......
Handling a Control Template control through programming
The "Control template" control is used to display an existing control template......
ActionDo (Function)
Creates and runs a custom action (defined through programming) with support of "Undo/Redo"....
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
WinScreenRectangle (Example)
Usage example of the WinScreenRectangle function
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
2. Analysis in practice