ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MaxSize (Property)
The MaxSize property is used to get and set a maximum size.
XMLChildExist (Function)
Specifies whether the current tag has children corresponding to the sought type (tag, attribute, ...).
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
Size (Example)
Usage example of the Size property
HFileExist (Example)
Usage example of the HFileExist function
HErrorInfo (Example)
Usage example of the HErrorInfo function
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
Runtime error management functions
List of functions for managing runtime errors...
XMLResult (Function)
Returns the result of a calculation XPath query.
ContentType (Property)
The ContentType property is used to get and define the content of an element.
Automation object
The Automation keyword is used to declare an automation object...
Date
The Date keyword can correspond to...
MapInfoPosition (Function)
Returns the coordinates (in pixels) of the point corresponding to a geographical position (latitude and longitude).
MongoExecuteCommand (Function)
Runs a generic command on a MongoDB database or on a MongoDB collection.
apExecute (Function)
Runs an action plan.
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
HBuildKeyValue (Example)
Usage example of the HBuildKeyValue function
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
FileSize (Property)
The FileSize property is used to get the size of a file.
Subject (Property)
The Subject property is used to get and change the subject of an element.
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
BurnerErase (Example)
Usage example of the BurnerErase function