ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Table control functions
List of functions specific to Table controls
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements...
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control...
FAA: Data export (Table field, Hierarchical Table, RepeatString, Tree, ...)
You want to perform simulations with Excel, Word, OpenOffice...
<Table>.ToJSON (Function)
Converts the contents of a Table or TreeView Table control to a JSON string.
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)
<Table>.RefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
<Table>.CellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
FAA: Increase the height of the lines in the Table or RepeatString fields.
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit...
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX...
TableColumnSelect (Function)
Returns the column number corresponding to one of the columns selected in the Table control. This function is kept for backward compatibility. It is recommended to use TableSelect.
FAA: Automatic filtering of Table Column controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example...
WDTrans: Delete the records in transaction
Transforms all the records "in transaction" into "normal" records if these records do not belong to a transaction currently in progress......
Constants for managing the modification of windows by the user
WDInst: choosing the type of setup to generate
WDInst allows you to create several types of setup......
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
zipListFile (Function)
Returns the list of files found in an archive.
EnumSubElement (Function)
Used to enumerate the sub-elements of a project element.
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Secure (Property)
The Secure property is used to configure the security level of data file encryption.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Support for the setup program
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support....
Hasp (Function)
Interrogates an electronic HASP key (HASP-3, HASP-4, MemoHasp or NetHasp).
Automatic data file modification: new date format
From WINDEV 7 and WEBDEV 7 version 149, new date and time formats are available for the Hyper File files......
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Constants for managing Windows events
The following constants are used to manage Windows events:...
WDSQL: Connecting to a database
The first operation to perform in order to use WDSQL is to establish the connection to a database......
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
HTML 5: Example for managing the programmed Drag and Drop
To make a WEBDEV site more interactive, you have the ability to implement Drag and Drop in the pages....
8. "Mobile friendly" site: Dynamic serving
Radial Bar chart
The "Image gallery" Looper control is used to manage the display of a set of images without programming......
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.