ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Selection (Property)
The property Selection property displays the characteristics of the selection (or cursor):
  • in a Word Processing control.
    Note: This selection is located in the part being edited (body, header or footer).
  • in a Spreadsheet control.
  • in an HTML Editor control.
  • in a Diagram Editor control.
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.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
<zipArchive>.SelectFile (Function)
Selects files from an archive.
TableCellSelectOccurrence (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.
<Table>.CellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
<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.
zipSelectFile (Function)
Selects files from an archive.
<List Box>.Select (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
ListSelect (Function)
Returns the index of the selected element in a List Box, ListView or Combo Box control.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. 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...
2. Searching and iterating over records
WINDEV Tutorial: WINDEV application: Managing data Lesson 2 - Searching and iterating over records...
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.
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......