ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
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....
Array management functions
List of functions for managing arrays...
sshSession (Variable type)
The sshSession type is used to define the characteristics of a connection to an SSH server.
Year (Property)
The Year property is used to: Get the year from a Date or DateTime variable or item. Change the year in a Date or DateTime variable or item....
InWidgetMode (Function)
Indicates whether the code is run in Android Widget mode.
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....
LanguageDescribed (Property)
The LanguageDescribed property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
btleDevice (Type of variable)
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
IniOSMode (Function)
Indicates whether the code currently run is in iOS mode (iPhone, iPad).
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
XMLResult (Function)
Returns the result of a calculation XPath query.
StringIncrement (Function)
Increments a number at the beginning or at the end of a string.
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
NumberInWords (Function)
Converts a number to words.
URL (Property)
The URL property is used to get and change a URL.
StatCovariance (Function)
Calculates the covariance between two series of values.
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
HSetPosition (Function)
Sets the position on a record, based on the approximate position of one of its items.
Native SQLite Connector: Programming with SQL functions
The use of SQL functions to handle SQLite data does not require importing the data file structure into the analysis....