ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating an executable without library
When creating an executable, you can choose not to use a library or not to include all the elements of the project in the library...
DDESend (Function)
Sends a data to the program connected via DDE.
DDERetrieve (Function)
Retrieves a data sent by a program (the recipient of the connection for the specified object).
DDEUnLink (Function)
Interrupts a link between an item and a data.
DDEError (Function)
Returns the runtime status report of a DDE function.
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.
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....
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
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)....
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.