ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WINDEV Mobile 2024: New features in this version
Here are the new features that you will discover in this version......
<TreeMap>.Seek (Function)
Finds the index of an element in a TreeMap control from the element path.
<TreeView>.Select (Function)
Returns the full path of the selected element in a TreeView control.
<gglConnection variable>.GetCalendar (Function)
Retrieves a Google calendar and its events according to its title or identifier.
<btleCharacteristic variable>.WriteValue (Function)
Writes a value to a characteristic on a Bluetooth Low Energy device.
<btleDescriptor variable>.WriteValue (Function)
Writes the value of a descriptor to a Bluetooth Low Energy device.
<Map>.PopupDisplayed (Function)
Indicates whether the popup of a marker in a Map control is displayed.
tapiCallIsOver (Function)
Used to find out whether the incoming or outgoing call is ended.
iDocumentCanceled (Function)
Used to find out whether the current print was canceled by the user.
Language (Property)
The Language property is used to set the language used to compare and sort Unicode items (Unicode Text item or Unicode Text Memo item).
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).
WINDEV Mobile 2024
WINDEV Mobile 28 is available!...
gpwEncryptedPasswords (Function)
Used to find out whether the passwords of the user groupware are encrypted.
H.VisibleAutoIndexing (Variable)
Indicates whether the indexing window must be displayed during the automatic reindexing of HFSQL data files.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
WDAPI: Converting a declaration of C function or structure
WDAPI is used to convert a declaration of C function or structure into a declaration of WLanguage function or structure......
HWrite (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
SQL functions: Special case
List of SQL functions: Special case...
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
Information 302: Ambiguity between a variable and a control
AppleSignIn (Function)
Used to implement authentication via "Sign In with Apple" on devices running on iOS 13 and higher.
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
gFontBold (Function)
Builds a sequence of characters used to specify whether the text that follows the call to this function is in bold or not.
NoSpace (Function)
Returns a string after removing the spaces: from the left and right side of the initial string. within the string....
INIWrite (Function)
Writes a specific value into an INI file (or into a file structured like an.INI file).