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...
List,Get (External language)
Retrieves the value of a given element or the value of the selected element in a drop-down list or in an expanded list.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
HOptimizeQuery (Function)
Optimizes the Select queries by using idle times when handling an application (period without processes).
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
History of versions (network setup)
The setup wizard allows you to configure the history of versions during a network setup....
WinEdDo (Function)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action....
HOptimize (Function)
Used to handle the idle periods of a software (period without processes) to optimize the queries and the browses that will be run thereafter.
NetOpenRemoteAccess (Function)
Establishes a remote connection.
Step 4: Starting the print
To start the print job, simply use iEndPrinting......
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
User Groupware and Client/Server data files
An application that uses the User Groupware can be used with an HFSQL database in Client/Server mode......
Decrypt (Function)
Decrypts a character string that was encrypted by Encrypt.
FTPConnect (Function)
Connects the current computer to an FTP server (File Transfer Protocol).
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
Operations for synchronizing SCM
When creating an executable, a library or a component, ......
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
AddVoiceCommand (Function)
Adds a voice command into the current window. From version 17, this function is replaced with SpeechRecognitionAddCommand.
Favicon: Define the site icon
WEBDEV allows you to easily define the site icon (also called Favicon)......
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
WaitWindowStart (Function)
Opens the wait window of application.
Component diagram
A component diagram shows the physical and static architecture of a system software......
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.