ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
ExceptionDisplay (Function)
Displays the standard window of exceptions with the content of the current exception.
EnumerationCheckName (Function)
Checks whether an enumeration value known by its name is valid.
EnumerationFromValue (Function)
Returns an enumeration value known by its associated value.
EnumerationFromName (Function)
Returns an enumeration value known by its name.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
CombinationCheckName (Function)
Checks whether a combination of one of more options known by their names is valid.
EnumerationCheckValue (Function)
Checks whether an enumeration value known by its associated value is valid.
DecimalToSexagesimal (Function)
Returns the sexagesimal angle (in base 60) corresponding to a decimal angle.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
BitPerPixel (Property)
The BitPerPixel property is used to get and change the number of bits per pixel in an image.
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
Runtime error management functions
List of functions for managing runtime errors...
XMLResult (Function)
Returns the result of a calculation XPath query.
XMLExtractString (Function)
Extracts the content of a tag found in an XML document.
StatError (Function)
Returns the error number for the last error caused by a Statxxx function (statistical functions).
ExceptionPropagate (Function)
Propagates an exception.
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
Sound (Function)
Plays a sound in WAV format.
Window functions
List of functions for managing windows...
SchedulerTaskProperties (Function)
Reads the properties of a scheduled task and updates the ScheduledTask structure.