ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The HTML control
The HTML control displays HTML pages or HTML code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
<HTML Display control>.ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
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.
DDEUnLink (Function)
Interrupts a link between an item and a data.
DDEUpdate (Function)
Modifies a linked data.
DDEEvent (Function)
Associates a WLanguage procedure with a DDE event: when the DDE event occurs, the associated WLanguage procedure is automatically launched.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
OLESave (Function)
Saves the object found in an OLE control in binary format.
DDEExecute (Function)
Sends a command that will be run on the server.
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
LinkedFile (Property)
The LinkedFile property is used to set the characteristics of a link.
SourceFile (Property)
The SourceFile property is used to set the characteristics of a link.
<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)....
<Source>.UnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
EndProgram (Function)
Ends the execution of the current program.
DomoOpen (Function)
Used to establish a connection with a X10 interface.
HClose (Function)
Closes either a table or all tables opened by the current user: all corresponding physical tables are closed for the current user.
Link functions
Link functions are used to link the interface with the tables and vice versa. These functions are as follows:...
HUnlockFile (Function)
Unlocks the records of a table: locked by HLockFile. individually locked by a locking read function....
HUnlockRecNum (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)....
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....