ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report with parameters
When printing a report, you have the ability to pass parameters to this report......
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
upnpDevice (Type of variable)
The upnpDevice type is used to define the advanced characteristics of a UPnP device.
Sending elements to Free Technical Support
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
NET constants
List of constants used by the DotNet functions....
WinScreenRectangle (Example)
Usage example of the WinScreenRectangle function
URIGetInfo (Function)
Retrieves information of a URI resource.
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
Generation of a class diagram using reverse engineering
WINDEV, WINDEV Mobile and WEBDEV allow you to create the class diagram of an application using reverse engineering (files "......
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
grSurfaceAltitudeColor (Example)
Usage example of the grSurfaceAltitudeColor function
Process (Type of variable)
The Process type is used to define the characteristics of the remote application that can be started by ExeRemoteRun.
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
WinRedraw (Function)
Immediately redraws the window controls for which a graphic update is required.
Emulating constants
List of constants used by the functions for emulating automated tests....
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
DDEString (Example)
Usage example of the DDEString function
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
BuildBrowsingTable (Example)
Usage example of the BuildBrowsingTable function
fDriveInfo (Example)
Usage example of the fDriveInfo function
HLinkMemo (Example)
Usage example of the HLinkMemo function
6. Internal window
Internal windows...