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.
Z-index of a control
All the controls in a window or report have a different z-index......
The formatted display control
...This control can be used to display dates, times and currency values while respecting...
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data...
SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key...
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count...
SpreadsheetRestorePositionAndSelection (Function)
Restores: the scrollbar position in a Spreadsheet control, the current worksheet,...
Designing a supercontrol
A supercontrol is an advanced type of control......
Code snippets
The code editor allows you to enter "Code snippets"......
RibbonCloseGrouping (Function)
Closes the group currently open in a Ribbon control.
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
The "Site directory" pane
The "Site directory" pane is used to manage the "<My project>_WEB" directory of the current...
DiagramGroup (Function)
Creates a group from the elements selected in the Diagram Editor control.
Modifying the characteristics of report controls
The characteristics of the controls can be viewed and/or changed in......
Find out the account that runs the AWP protocol
The Preset control
The "Preset" control is used to display the frequently used controls without programming......
Sorts in a report
The sort is used to organize the information displayed in the report......
"?" menu
WINDEV proposes a help menu adapted to your applications......
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
dbgEnableLog (Function)
Enables the runtime log programmatically.
Managing Bluetooth Low Energy devices
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption......
Undocking the editors
Who has never wanted to view the code and the UI at the same time, without being constrained...
Diagram Editor control properties
If the image is an image map, you can include "Clickable areas" in the image......
The "Code" pane
The "Code" pane is used to handle the procedures (local and global procedures) and the classes...
Display modes of Tab control
To optimize the style of your tabs, you have the ability to use images and colors......