ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Content of the Table control
A Table control can be based on a data file, based on a variable or populated programmatically......
Height (Property)
The Height property is used to get and change the height: of a control or block in a report. of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control. of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not. of a break cell in a Table or Looper control....
Filters in Table controls based on a data file
WINDEV, WEBDEV and WINDEV Mobile include multiple methods to filter the records displayed in a Table control based on a data file......
11. Table/Looper controls
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
TreeView Table control based on a data file
This type of TreeView Table control is linked to a data file or query......
Describing the replicated files (ReplicEdit)
A replication includes one or more data files......
Testing the WEBDEV Application Server setup with an example
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
ERR_BAD_CONFIG
ERR_BAD_CONFIG: The configuration of the APPLICATION_NAME site is incorrect for the %s value....
HFSQL server configuration
The HFSQL Control Center allows you to fully manage HFSQL servers......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
<Connection variable>.CopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
Characteristics of the columns of a Table control in a page
The columns are used to display information in a Table control....
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
The Table control populated programmatically
A Table control populated programmatically is directly linked to lists stored in memory......
SNMPGetTable (Function)
Reads a table of SNMP values.
NotesViewListColumn (Example)
Usage example of the NotesViewListColumn function
zipOpenRAR (Example)
Usage example of the zipOpenRAR function
GglListCalendar (Example)
Usage example of the GglListCalendar function
GglGetCalendar (Example)
Usage example of the GglGetCalendar function