ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SpreadsheetGetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
<Spreadsheet>.GetSelection (Function)
Retrieves the list of selected cells in a Spreadsheet control found in a window.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
<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.
Events associated with Combo Box controls
List of events associated with Combo Box controls
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.
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
The "Commands" pane
The "Commands" pane lists......
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer,...
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically...
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
jQuery (Function)
Runs a JavaScript method (or several chained methods) of the jQuery library on a page element.
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records...
Automatic documentation of external components
External components must include a technical documentation......
Using ODBC on HFSQL Classic via JDBC
The ODBC driver on HFSQL Classic is used to access a HFSQL Classic database from an external...
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
7. Available controls in a window
WINDEV Mobile includes several types of controls...
Skin template generator
Development teams that have design expertise sometime want to be able to create their own skin...
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
The Word Processing control
The "Word processing" control is an advanced control that allows the end user to create and edit...
HTTPListCertificate (Function)
Lists the client certificates found on the computer to authenticate on a server.
LooperRestorePositionAndSelection (Function)
Restores the scrollbar position in a Looper control as well as the selected elements.
Operations performed on component diagrams
The following paragraphs explain......
The Looper control
A Looper control is used to repeat the controls found in a specific area......
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
Reintegrating translated text into a project
Once the translation of framework libraries ("......
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed...
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......