ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
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.
DDEUpdate (Function)
Modifies a linked data.
DDERetrieve (Function)
Retrieves a data sent by a program (the recipient of the connection for the specified object).
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
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.
Telemetry: Viewing data
To see the results of telemetry data for your applications, WINDEV and WINDEV Mobile propose a telemetry editor......
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
DDESend (Function)
Sends a data to the program connected via DDE.
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
Miscellaneous Windows constants
List of constants used by the Windows functions....
DriveMoveFile (Function)
Moves a file present in an Drive directory to another directory on this Drive (remote disk).
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
<Source>.UnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
Configuring an application with User Groupware
User Groupware files
Two categories of data files are managed......
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.