ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Integrating a WEBDEV site into a WINDEV application
By integrating a website into a window in a desktop application, you can share existing elements and boost productivity......
OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
OLE DB driver for HFSQL Classic and HFSQL Client/Server - License agreement
OLELoad (Function)
Initializes an OLE control with an OLE object.
Private Store for mobile applications
There are two methods two deploy your applications......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
BitcoinCoreHashRate( Function)
Returns the number of times the sha256 function had to be calculated per second to calculate the last block.. This number corresponds to a proof of work.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
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.
DDESend (Function)
Sends a data to the program connected via DDE.
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).
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.
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
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....
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
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.
DDEDisconnect (Function)
Deletes a connection between the current program and a recipient.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min