ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Runtime error management functions
List of functions for managing runtime errors...
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.
ExtractLine (Function)
Extracts a specific line from a character string.
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).
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
DocEndModification (Function)
Signals the end of grouping for a set of operations in a single event (management of "undo/redo")....
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites......
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
CombinationFromValue (Function)
Returns a combination of one or more options known by their associated values.
XMLResult (Function)
Returns the result of a calculation XPath query.
EmailSendMessage (Example)
Usage example of the EmailSendMessage function
Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
ReplicInfo (Function)
Returns information about a replication.
HRplManageItem (Function)
Specifies the replication options for an item: the item can be replicated or not.
HTTPCancelForm (Function)
Cancels the declaration of an HTTP form and frees all its resources.
gpwOpenConfiguration (Function)
Opens the User Groupware configuration window or page.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
SSHConnectShell (Function)
Starts a new SSH session of "Shell" type.
URLExtractPath (Function)
Returns the different elements of a URL: protocol, user, password, domain, port, resource path, resource name, resource extension, request and fragment.
PropertyExist (Function)
Used to find out whether a property exists on a control or on a class instance.
MongoDB functions
The following functions and types are used to handle the MongoDB data:...