ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Runtime error management functions
List of functions for managing runtime errors...
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
Customizing the system information windows (or dialog boxes)
Your applications use several system dialog boxes? A specific skin template is used in your project? Why not customize these windows and give them the "appearance" of your application?......
Associative array (Type of variable)
An associative array is an "advanced" type of array...
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
fLoadBuffer (Function)
Loads the content of an external file (text, image, ...) in a buffer variable.
AssistedInputAdd (Function)
Adds a row to the list of values available in the autocomplete suggestions of an Edit control.
MultimediaDuration (Function)
Returns the size of the media file currently played (in milliseconds) in the Multimedia control.
WordCount (Function)
Returns the number of words in a string.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.
XMLResult (Function)
Returns the result of a calculation XPath query.
eChangeCurrency (Function)
Converts a currency into another currency.
AnsiToUnicode (Function)
Converts: an ANSI string (Windows) to a UNICODE string. a buffer containing an ANSI string (Windows) to a buffer containing a UNICODE string....
TimeToInteger (Function)
Converts a time to an integer.
Multimedia control properties
List of properties associated with the Multimedia control...
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
nfcTag (Type of variable)
The nfcTag type is used to define the advanced characteristics of an NFC tag (Near Field Communication).
OrganizerDeleteAppointment (Function)
Deletes an appointment from an Organizer control.
XMLDelete (Function)
Deletes the current element (as well as the entire branch) from an XML document.
GglGetStaticMap (Function)
Retrieves the map of a specific location via the Google Maps service.
SysSpace (Function)
Returns the physical memory space for the current computer.
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....