ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Monitoring robot overview
WINDEV, WEBDEV and WINDEV Mobile include a monitoring robot......
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area......
<Array>.Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
Properties associated with the rows of a TreeView Table control
The rows of TreeView Table controls in a window or page can be manipulated using WLanguage properties......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
2. Projects in practice
8. If you are already familiar with WINDEV
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
Internal component
An internal component is a set of elements from a project......
Project Management Hub: Statistics
When managing a project, you must keep track of some indicators to understand the evolution of the project, its schedule, ......
Handling a report (in the editor)
Once a report was created, the description of this report can be modified at any time......
Real-time chart
This type of chart is used to represent a permanent data flow in real time......
<Array>.Insert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
<Source>.HistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
HHistoryModification (Function)
Returns the modifications performed on one or more items of a given record. The result can be displayed in a list box or in a table to allow the user to view the modifications made to the specified file.