ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
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.
Word processing: Features
This page lists the available and forthcoming features of the Word Processing control......
DDEExecute (Function)
Sends a command that will be run on the server.
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
OLELoad (Function)
Initializes an OLE control with an OLE object.
<httpRequest variable>.GetCookie (Function)
Retrieves the cookies read by a call to HTTPSend for an HTTP domain.
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....
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.
MDIMother (Function)
Identifies the name of the MDI parent window.
MDIActive (Function)
Identifies or displays an MDI child window in the foreground.
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....
OLEServer (Function)
Lists the OLE servers registered toward the current system.
<httpResponse variable>.GetCookie (Function)
Retrieves cookies read in the httpResponse variable (containing the result of HTTPSend).
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
Declaring a procedure/a function
The different syntaxes for declaring a procedure...
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
DDEString (Function)
Returns the information retrieved by DDERetrieve.