ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

9-slice scaling
9-slice scaling allows you to resize images without any distortion...
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.
DDEError (Function)
Returns the runtime status report of a DDE function.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
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.
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.
DDEExecute (Function)
Sends a command that will be run on the server.
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
DomoOpen (Function)
Used to establish a connection with a X10 interface.
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
HFSQL server replication
The replication between HFSQL servers consists in automatically replicating the data from server to server, in an asynchronous way......
Private Store for mobile applications
There are two methods two deploy your applications......
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
DDEConnect (Function)
Establishes a DDE connection between the current program and the recipient according to a given topic.
DDERecipient (Function)
Identifies the recipient of a DDE connection.
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...