ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SysWinActive (Function)
Returns the handle of the active window or activates a window.
<Organizer>.DeleteAppointment (Function)
Deletes an appointment from an Organizer control.
WLanguage procedure called by ConfirmAsynchronous
Procedure ("Callback") called by ConfirmAsynchronous when the user clicks one of the buttons in the dialog box.
WLanguage procedure called by OKCancelAsynchronous
Procedure ("Callback") called by OKCancelAsynchronous when the user clicks one of the buttons in the dialog box. This procedure can be a local, global, internal or lambda procedure.
SysNotificationRemoveID (Function)
Removes all previously sent interactive notifications that match the specified identifier (ID).
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
TwoFactorAuthenticationGenerateLink (Function)
Generates a link to register an account in an authentication application. When associated with a Bar Code control, this link will show a QR code that can be scanned in the authentication app installed on the phone.
HTMLEditorFormatSelection (Function)
Modifies the style of the selected elements in an HTML Editor control.
TreeCount (Function)
Returns the number of elements found in a branch of a TreeView control.
SpellAvailable (Function)
Indicates whether a dictionary is available for the spelling checker (check performed in the controls that use the integrated correction or check performed by WLanguage functions).
ControlTypeInfo (Function)
Returns the icon corresponding to the specified type of control.
SpreadsheetSeek (Function)
Seeks a value in the cells of a Spreadsheet control found in a window.
Error 1003: The element does not exist in the class
fLongName (Example)
Usage example of the fLongName function
Signature control properties
A Signature control can be handled in a report by the following WLanguage properties......
ExecuteMainThread (Function)
Triggers the execution of the procedure specified in the main application thread.
SocketWrite (Function)
Writes a message intended to another socket.
EmulateMenu (Function)
Emulates the next menu that will be opened and automatically runs the menu option passed as parameter.
apExecute (Function)
Runs an action plan.
DocReplace (Function)
Finds all the instances of a character string and replaces them with another string: in an entire Word Processing document. in a fragment....
MapDeleteImage (Function)
Deletes an image drawn on the map displayed in a Map control.
Functions for managing contacts (Lotus Notes, Outlook and mobile device)
List of functions for managing contacts: Lotus Notes, Outlook, mobile devices (Android, iPhone, iPad, Universal Windows)...
MobileNetworkStatus (Function)
Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes.
PVTFilter (Function)
Enables or disables a filter on a Pivot Table control.
AAF: Chart on a table column
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV......