ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sending elements to Free Technical Support
HModify (Example)
Usage example of the HModify function
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).
TableSetFocus (Function)
Gives focus to a row found in a Table or TreeView Table control: the control switches to edit for the specified row and column.
Materialized view
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
fImageSelect (Example)
Usage example of the fImageSelect function
grSurfaceAddData (Example)
Usage example of the grSurfaceAddData function
grSurfaceAltitudeColor (Example)
Usage example of the grSurfaceAltitudeColor function
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.
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
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....
Report with parameters
When printing a report, you have the ability to pass parameters to this report......
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.