ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements......
Control constants
List of constants used by the functions for managing controls...
Font (Type of variable)
A Font variable creates a font programmatically...
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
gClickableLink (Function)
Adds a clickable link in a graphic string.
Report based on a text file
In a report based on a text file, the information to print is read from a text file or is directly assigned in the report controls......
TreeView Table control based on a variable
A TreeView Table control based on a variable is a control bound to a variable or a set of variables......
Connection (Type of variable)
The Connection type is used to describe one or more connections to external databases (HFSQL Client/Server, Native Connector, etc....
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
HListQueryParameter (Function)
Returns the list of parameters for a query created in the query editor.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
Managing the styles
The help editor allows you to define styles of paragraphs......
BackgroundTaskAdd (Function)
Adds a new background task.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
DoubleClick (Property)
The DoubleClick property is used to get and change the name of the Button control that will be executed when a control is double-clicked.
fCompress (Function)
Compresses a file.
Dynamic serving
"Dynamic serving" is a technique where the same address (URL) leads to 2 different pages......
HTML Display control processes
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls......