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...
Distributing Reports & Queries
This help page presents the operations that must be performed in order for a WINDEV application to be handled by Reports & Queries......
WDAdminHF: Managing a database
The remote HFSQL administrator proposes a full management of the HFSQL Client/Server databases......
Push notifications: format of notifications (Android and iOS)
An application written in WINDEV Mobile Android or iOS can receive Push notifications......
SSL: Secure transactions with WEBDEV
When using an Internet application, the data circulating between the computer of the Web user and the Web server is not protected......
WDDeploy features
WDDeploy can be used to......
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
ExecuteRefreshUIElement (Function)
Immediately executes the "Request for refreshing the display" event of the given element.
Enumeration (Type of variable)
An enumeration is a set of values......
Global and local variable
Two types of variables are available......
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
7. AJAX technology
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows......
SaaS administrator - Managing a client
Managing a SaaS client account is used to......
ScreenSize (Function)
Returns the size (in inches) of the diagonal of the screen on the device where the application is run.
ToolTip (Property)
The ToolTip property gets and changes the tooltip text.
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic......
iDestination (Function)
Configures the print destination.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
xBase files: Limits
grDestinationImage (Function)
Defines an Image variable as destination of a chart.
WinChangeLayout (Function)
Applies a specific layout to: a window. an internal window....