ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
Constants for managing Windows events
The following constants are used to manage Windows events:...
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
OrganizerAddAppointment (Function)
Adds a new appointment to an Organizer control.
zipCreate (Function)
Creates an archive.
fTime (Example)
Usage example of the fTime function
Dockable Panel control properties
You can manipulate Dockable Panel controls in a window using the following WLanguage properties...
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
fDirSize (Function)
Returns the size of a directory in bytes.
TelemetryAddPassage (Function)
Signals the code execution for a passage sensor.
Generating the LDM from the CDM
To associate a CDM (Conceptual Data Model) with a project, you must generate the associated LDM (Logical Data Model)......
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
GglAddressToCoordinates (Function)
Retrieves the coordinates (latitude/longitude) of an address....
Slider control properties (in a window)
List of properties associated with the Slider control found in a window...
Organization Chart control properties
An Organization Chart control can be handled in a window by the following WLanguage properties......
Repositionable Note control properties
A Repositionable Note control can be handled in a window by the following WLanguage properties......
Native Container control properties
You can manipulate a Native Container control in a window using the following WLanguage properties......
Camera control properties
You can handle Camera controls in a window using the following WLanguage properties......
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Choosing the languages supported by the application
The choice of languages supported by the WINDEV or WINDEV Mobile application or by the WEBDEV site is performed at several levels......
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
grMenuOption (Function)
Modifies the text of an option in the context menu of a chart.
Constants for SMS functions
List of constants used by the SMS functions....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
EmailSendMessage (Example)
Usage example of the EmailSendMessage function