ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
DDEError (Function)
Returns the runtime status report of a DDE function.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically run.
DDEExecute (Function)
Sends a command that will be run on the server.
DDEUnLink (Function)
Interrupts a link between an item and a data.
DDERetrieve (Function)
Retrieves a data sent by a program (the recipient of the connection for the specified object).
DDESend (Function)
Sends a data to the program connected via DDE.
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
OLESave (Function)
Saves the object found in an OLE control in binary format.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Check: Activity of an application
The monitoring robot proposes to check the activity of a WINDEV application......
ListSelectCount (Function)
Returns the number of elements selected in a List Box, ListView or Combo Box control.
SensorDetectBeginShake (Function)
Notifies when the device is shaken in any direction.
SensorDetectEndShake (Function)
Notifies when the device has been shaken in any direction.
1. Project and analysis
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
ArrayAddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of an advanced two-dimensional array property (xlsDocument, etc.)....
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
ArraySort (Function)
Sorts a WLanguage array.
SQLColumn (Function)
Returns the characteristics of all the columns (or items): for a given table. for a given query....
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
17. TLS/SSL: Encrypting information on the Web