ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
PDF Reader control: How to use the ribbon and tabs
The PDF Reader control includes multiple features accessible via......
The Cell control
The Cell control contains 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......
Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
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.
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...
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
ListSelectMinus (Function)
Deselects an element in a List Box, ListView or Combo Box control.
SCM administrator: Managing the repository
The SCM administrator (Source Code Manager) allows you to directly handle the source codes of different projects included in the Source Code Manager......
Configuring the setup program
Two tools can be used to create a setup program......
TableCollapseExpand (Function)
Collapses or expands an element in a Table or TreeView Table control.
Creating the Relation pages of a WEBDEV RAD pattern
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
1. My first Android/iOS project
WINDEV Mobile tutorial: My first Android/iOS application Lesson 1 - My first Android/iOS project - 1 hr...
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
ListInfoXY (Function)
Returns the index of the row (or image) at a given position in a List Box or ListView control.