ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

fDelete (Example)
Usage example of the fDelete function
Events associated with Table controls
List of events associated with Table controls...
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Dashboard control: Automatic Application Features (AAF)
The Dashboard control proposes several Automatic Application Features (AAF) allowing the user to benefit from all control capabilities......
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
Events associated with Edit controls
WLanguage events associated with Edit controls...
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via......
The Tab control
The Tab control is used to simultaneously display different controls......
Report viewer: Text copy
The report viewer allows you to copy text from the report and paste it to a file in another application......
TableDelete (Function)
Deletes a row from: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
Select query description window: Use
Let's see some operations specific to the description window of a select query......
Handling Word Processing controls programmatically
Word Processing controls can be handled programmatically......
Constants for external files
List of constants used by the functions for managing external files....
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
dSlice (Example)
Usage example of the dSlice function
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application......
The Cell control
The Cell control contains controls......
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
XMLExecuteXPath (Function)
Executes an XPATH query: in an XML document. in an xmlDocument variable....
Events associated with Combo Box controls
List of events associated with Combo Box controls...
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.