ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BitwiseXOR (Function)
Returns the result of the bitwise exclusive OR operation performed between two values.
3. Managing sockets
WINDEV includes advanced socket management functions....
KioskDisable (Function)
Disables kiosk mode for the current application.
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
JSEndEvent (Function)
Deletes the association between a WLanguage browser function and an event (implemented by JSEvent).
sfSaveResult (Type of variable)
The sfSaveResult type is used to find out the result of SFAdd and SFModify...
rssImage (Type of variable)
The rssImage type is used to describe the image of a RSS stream...
ocrOption (Type of variable)
The ocrOption type is used to define all the general options of the native OCR (Optical Character Recognition) system.
8. "Mobile friendly" site: Dynamic serving
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
TableToXML (Function)
Creates an XML file from the data found in a Table or TreeView Table control.
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
Managing WebSockets
The WebSockets are used to communicate from a Web application (Intranet or Internet site run in a browser) to a Web server by using sockets......
HNbRec (Function)
Returns the number of records in a file, query or HFSQL view: active records, crossed records, deleted records, etc.
EmailSend (Example)
Usage example of the EmailSend function
GglListDocument (Function)
Retrieves the list of documents available on the Google server for the current user.
SysIconDisplayTooltip (Function)
Displays a tooltip for an icon found in the taskbar.
EndEvent (Function)
Cancels the interception of a Windows event on a WINDEV control or window (implemented by Event).
inAppRestorePurchases (Function)
Restores the purchases of non-consumable products previously performed by the user in an iOS application.
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
iDocumentCanceled (Example)
Usage example of the iDocumentCanceled function
Value Description (Type of variable)
A Value Description variable is used to handle the description of an enumeration value through programming.
Option Description (Type of variable)
An Option Description variable is used to handle the characteristics of a combination option through programming.
HFileExist (Function)
Determines: whether a file exists, which means whether it was physically created (HCreation or HCreationIfNotFound). whether a view or a query was defined....