ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LEDSwitchOff (Function)
Switches the LED (Light-Emitting Diode) of the device off.
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
FullName (Property)
The FullName property is used to find out the full name: of a control. of a window. of a menu option. of a table column....
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
EmailGetIndicator (Function)
Retrieves the indicators defined on an email of IMAP session.
User Groupware files
Two categories of data files are managed......
VolumeModify (Function)
Modifies the setting of the volume for a sound source.
AuthRefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV sites......
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
emailSMTPSession (Type of variable)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
Handling Image controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle an Image control through programming......
TimestampUTC (Property)
The TimestampUTC property is used to: Find out whether a timestamp item will use UTC time or local time. This item was defined in the data model editor or through programming. Define whether a timestamp item will use UTC time or local time (when describing the item through programming)....
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......
EmailBuildSource (Function)
Generates the source code of the email message to be sent from the variables in the Email structure or in an Email variable.
AlbumSave (Function)
Saves an image, a photo or a video in the photo album of the mobile device.
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
Functions for managing the Combinations and Enumerations
ExecuteProcess (Function)
Starts the execution of a process programmatically, i.e. without the user having to perform any particular action in the interface.
BrightnessModify (Function)
Modifies the setting of the brightness for the device screen.
Before (Property)
The Before property replaces or inserts a procedure before the other procedures in: a Procedure variable. an event associated with a control....
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.