ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Constants for managing animations
List of constants used by the functions for managing the animations...
Brochure of new features: new features of WINDEV Mobile
New features in WINDEV Mobile 28 presented in the New Features brochure....
New Features brochure - Version 28: WINDEV Mobile news
New features in WINDEV Mobile 28 presented in the New Features brochure....
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
MemCreate (Function)
Creates a memory area.
Combination (Type of variable)
A combination is a set of options.
SemaphoreCreate (Function)
Creates a semaphore.
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
GPSGetPosition (Function)
Retrieves information about the current device position.
Creating a delete query
A delete query (corresponding SQL statement......
Creating an insert query
An insert query (corresponding SQL statement......
geoPosition (Type of variable)
The geoPosition type is used to handle geographic positions via WLanguage geolocation functions.
ControlExist (Function)
Checks the existence of a control (or group of controls) in a window, in a page or in a report.
OrganizerMode (Function)
Returns the display mode of an Organizer control: day, week, month, ...
TimestampType (Property)
The TimestampType property is used to: Find out the type of timestamp for an item. This item was defined in the data model editor or through programming. Define the type of timestamp for a Date, Time or DateTime item (when describing the item through programming)....
JWTParameters (Type of Variable)
The JWTParameters type allows you to define all the information necessary to perform JTW authentication.
Managing the semaphores in the threads: limiting the simultaneous code execution
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Code snippets
The code editor allows you to enter "Code snippets"......
Translating programming messages
When developing a multilingual application, you can translate the different messages displayed to the user (messages displayed by Info and YesNo, for example....
TreeGetIndex (Function)
Returns the index of an element (node or leaf) in a TreeView control.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
Drawing constants
List of constants used by the drawing functions....
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Handling an element of a TreeView control programmatically
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......