ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Referring to an element in a WLanguage event / process
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
MutexCreate (Function)
Explicitly creates a mutex.
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).
VariantConvert (Function)
Converts the value stored in a Variant variable].
LinkedKey (Property)
The LinkedKey property sets the characteristics of a link.
InitialFile (Property)
The InitialFile property is used to get the original name of the data file associated to an item in a query.
InitialItem (Property)
InitialItem is used to find out the initial name of an item found in a query. This name is known from the alias of this item.
Text (Property)
Text is used to find out whether an item is a text item.
fDirectoryExist (Function)
Checks the existence of a directory.
Uncompress (Function)
Decompresses a memory block (buffer) that was compressed by Compress.
HDeleteUser (Function)
Deletes a user associated with a connection to the HFSQL server.
HCloseConnection (Function)
Closes a connection to a database.
HDeleteTrigger (Function)
Deletes a trigger.
XMLResult (Function)
Returns the result of a calculation XPath query.
XMLClose (Function)
Closes an XML document created by XMLDocument.
GUIDFile (Property)
The GUIDFile property returns the GUID of the file defined in the analysis that was used to create the data file.
fCreateLink (Function)
Creates a link on a file at the specified location.
xmlAttribute (Type of variable)
The xmlAttribute type is used to handle the attributes of a node in an XML document.
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect by the database accessed by a specific connection (connection described in the analysis or described by HDescribeConnection or HOpenConnection)....
StringDelete (Function)
Deletes: all the occurrences of a substring within a string. part of a string within another string. The part of the string to remove is identified by its position and length....