ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sub-query
A sub-query is a query whose result is used by another query...
sfSaveResult (Type of variable)
The sfSaveResult type is used to find out the result of SFAdd and SFModify...
diagHead (Type of variable)
The diagHead type is used to define all the advanced characteristics of an end of a connector in a diagram.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
ActionDeclareUndo (Function)
Declares how to cancel an action that was added by ActionDo. This function MUST be called when running the procedure supplied to ActionDo.
iParameterWatermark (Function)
Adds a watermark into a report (report created in the report editor or printed report).
mongoOperation (Type of variable)
The mongoOperation type is used to define the different operations to be performed in bulk. These operations are stored in an array of mongoOperation variables.
Open (Function)
Opens a modal WINDEV window.
EventCreate (Function)
Creates an event.
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
End-user UI management functions
HTMLEditorGet (Function)
Asynchronously retrieves the value of one of the properties of an HTML Editor control.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
CreateShortcut (Example)
Usage example of the CreateShortcut function
Operator on Address
The & operator returns the address of a variable as an integer
Manipulating controls in a page
The different operations that can be performed on the page controls are as follows......
XMLSavePosition (Function)
Stores the current position in the XML document.
Reports & Queries: New features in this version
inAppProduct (Type of variable)
The inAppProduct type is used to define the advanced characteristics of a product for an In-App purchase.
Managing the Euro
Since January 1 2002, the Euro becomes the only currency in most European countries......
diagText (Type of variable)
The diagText type is used to define all the advanced characteristics of a text associated with a shape in a diagram.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
"Reports & Queries" software
This is "Reports & Queries"......
tapiKeyPressed (Function)
Returns the history of the keys pressed on the phone keypad since the last call to tapiKeyPressed.
URIToFile (Function)
Saves, in the background, the content of a resource (image, text, etc.) identified by its URI in an external file.
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....