AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control ListView
  • Item characteristics
  • Handling the item and the ListView control
  • To update the ListView control with the element that corresponds to the value stored in the item:
  • To update an item with the index of the element selected in the ListView control:
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Binding a ListView control to an item
Item characteristics
A ListView control can be bound to an item in a data file, query, etc.
The item associated with the field will default to the index of the item selected in the ListView control.
Handling the item and the ListView control

To update the ListView control with the element that corresponds to the value stored in the item:

Case 1: window fields are associated with fields in a data file (Binding)
All the controls bound to an item in the data file (or a related file) will be updated by FileToScreen.
Case 2: the fields in the window are not associated with fields in a data file
A value must be assigned to each control using the following syntax:
<Control name> = <Data file>.<Item>

To update an item with the index of the element selected in the ListView control:

Case 1: window fields are associated with fields in a data file (Binding)
All the items in the data file (or a related file) that are bound to a control in the window will be updated by ScreenToFile.
Case 2: the fields in the window are not associated with fields in a data file
The value of each control must be assigned to each item using the following syntax:
<Data file>.<Item> = <Control name>
Ver también
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 05/12/2024

Señalar un error o enviar una sugerencia | Ayuda local