ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OLEPaste (Function)
Pastes the content of Windows clipboard into an OLE control.
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.
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.
DDEError (Function)
Returns the runtime status report of a DDE function.
OLESave (Function)
Saves the object found in an OLE control in binary format.
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....
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
VideoConfigure (Function)
Allows you to configure the video capture driver.
Example for managing videos (broadcasted by a Camera control) (prefix syntax)
In this example, the application allows you to......
Animating the windows of a WINDEV application
To give your applications an outstanding style and to impress the users when starting your applications, the windows can be animated when they are opened and/or closed......
MDIMother (Function)
Identifies the name of the MDI parent window.
DDERecipient (Function)
Identifies the recipient of a DDE connection.
DDEDisconnect (Function)
Deletes a connection between the current program and a recipient.
DDEItem (Function)
Identifies the item affected by a DDE event.
DDETopic (Function)
Identifies the subject of conversation associated with a DDE connection.
DDEConnect (Function)
Establishes a DDE connection between the current program and the recipient according to a given topic.
MDIActive (Function)
Identifies or displays an MDI child window in the foreground.
OLELoad (Function)
Initializes an OLE control with an OLE object.
OLECopy (Function)
Copies the object found in an OLE control into the Windows clipboard.
OLEActivate (Function)
Edits an OLE object contained in an OLE control.
OLEPlay (Function)
Used to: retrieve the list of available operations (other than edit) from a server, perform an operation....