ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TimelineListEvent (Function)
Returns: the list of events found between two given times in a TimeLine control, all events of a TimeLine control, a specific event (selected or hovered)....
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.
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
Functions for handling commands in console mode
Functions for handling commands in console mode....
DiagramLoad (Function)
Loads a diagram into a Diagram variable from a ".wddiag" file, a memo or a binary buffer.
<Image>.LayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
CombinationFromName (Function)
Returns a combination of one or more options known by their names.
geoDistance (Function)
Returns the distance between the two locations. This distance is expressed in meters by default.
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
EmailExpunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder of IMAP session.
BCCalculateControlCharacter (Function)
Returns the check code of a bar code.
<websocketClient variable>.Disconnect (Function)
Disconnects a client from a WebSocket server.
PermissionRequest (Function)
Prompts the user to grant an application permission.
DocDeleteTableOfContents (Function)
Deletes a table of contents from a document.
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....
<websocketClient variable>.Send (Function)
Sends a message from the WebSocket server to the client.
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.