ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<websocketClient variable>.Disconnect (Function)
Disconnects a client from a WebSocket server.
JSONToXML (Function)
Converts a JSON string to XML.
HTMLOpen (Function)
Creates an htmlDocument variable from an HTML document.
DocDeleteTableOfContents (Function)
Deletes a table of contents from a document.
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
ComponentExecute (Function)
Executes a global procedure present in an external component. This external component is loaded with ComponentLoad.
ScanCapability (Function)
Used to determine if a scanner has a given capability.
<xlsDocument variable>.MergeCell (Function)
Merges the specified cells in an Excel document.
<xlsDocument variable>.UnmergeCell (Function)
Unmerges a given cell.
<Notification>.Send (Function)
Sends an interactive notification to the system in order to be displayed.
inAppListProductInfo (Function)
Retrieves, from the store, information about the "In-App" products associated with the application.
<websocketClient variable>.Send (Function)
Sends a message from the WebSocket server to the client.
PermissionRequest (Function)
Prompts the user to grant an application permission.
PicResize (Function)
Resizes a WDPic image.
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
DocInsertTableOfContents (Function)
Inserts a table of contents in a Word Processing document.
MaskPhoneNumber (Function)
Retrieves the phone number input mask adapted to a given country.
MaskFormat (Function)
Formats a character string using an InputMask variable.
<xlsDocument variable>.Save (Function)
Saves an XLS document.
inAppCheckSubscription (Function)
When starting the iOS application, checks whether the In-App subscriptions have been renewed.
FBStopSession (Function)
Closes the Facebook session opened with the FBStartSession function.
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.