ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the mandatory input in WEBDEV
To prevent users from leaving a control empty, you can set it as a required field......
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......
Handling a Spin control through programming
WINDEV allows you to handle a Spin control through programming......
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a table or populated programmatically). the number of the column currently in edit mode in the specified data-bound Table control (based on a table or populated programmatically)....
ERR_LAUNCH_FAILED
The lifecycle of some projects span several years......
Manipulating Wire controls programmatically
WINDEV allows you to programmatically manipulate Wire controls......
Events associated with Button controls
List of events associated with Button controls...
SelectionOnly (Property)
The SelectionOnly property is used to: Know which records in the TreeView Table control or Hierarchical Table are printed: print all records or only selected records.. Modify print mode for Table or Hierarchical Table field rows: print all records or selected records only....
ERR_DISCONNECTED_RELOG
Returns an array without duplicates....
SOAP web services: Import and consumption
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import web services into your applications......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Installing and starting WDTRAD
3. Deploying a WINDEV application
19. Sending emails
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Report blocks
A printed report includes several sections......
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
Project description: Files tab
The project description window allows you to configure various elements of your project......
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Project description: SCM tab
The project description window allows you to configure various elements of your project......
Project description: Advanced tab
The project description window allows you to configure various elements of your project......
MoveLine (Function)
Allows you to: move a row in a two-dimensional WLanguage array or in an advanced array property. The other array rows are moved accordingly. swap two rows in a two-dimensional WLanguage array or in an advanced array property....