ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Indexed control
  • Describing an indexed control
  • Differences with WINDEV 5.5
  • Code of the indexed control
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Characteristics of an indexed control
Describing an indexed control
A description window is available for each control found in an indexed control. The name of the control is the same. Only the control index changes. Different options can be defined for each control found in an indexed control.
Differences with WINDEV 5.5
In version 5.5, the index was displayed in the status bar of the window editor. The description window was the same for all the indexed controls. Each modification performed in the description window (7-tab window) was applied to all the indexed controls.
From version 9, the indexed is displayed in the description window. Each indexed control has its own description (7-tab window) and its own characteristics. A control found in an indexed control can be green while another control of the same indexed control can be blue. Similarly, two controls belonging to the same indexed control can use different popup menus.
To modify the characteristics of all the indexed controls in a single operation, you must:
  1. Select all the indexed controls (using the lasso for example)
  2. Display the description window and perform the requested modifications.
Code of the indexed control
All the indexed controls with the same name are associated with the same processes.
For example, the initialization code of the indexed control named Edit1[1] is the same as the initialization code of the indexed control named Edit1[5].
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help