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 / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones List Box
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
Nota: Estas funciones también están disponibles en la sintaxis con prefijo (Funciones para manipular los controles List Box, ListView y Combo Box (sintaxis con prefijo)).
Las siguientes funciones se utilizan para gestionar los controles List Box, ListView y Combo Box:
FileToMemoryListPopulates a List Box or Combo Box control programmatically with the records from a data file or query.
ListAddAdds an element to a List Box, ListView or Combo Box control populated programmatically.
ListCountReturns the number of elements in a List Box, ListView or Combo Box control.
ListDeleteDeletes an element from a List Box, ListView or Combo Box control populated programmatically.
ListDeleteAllClears a List Box, ListView or Combo Box control populated programmatically.
ListDisplayRefreshes a List Box, ListView or Combo Box control based on a data file
ListInfoXYReturns the index of the row (or image) at a given position in a List Box or ListView control.
ListInsertInserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListModifyModifies an element in a List Box, ListView or Combo Box control populated programmatically.
ListMoveLineMoves a row or swaps two rows in a List Box or Combo Box control.
ListPositionDisplays a List Box or ListView control from a specified element or returns the index of the first element displayed in a List Box control (if the scrollbar was used).
Novedad versión 2025
ListProcedureLoadImage
Especifica el procedimiento al que se llamará cuando se muestre una fila en un control ListView. Esto permite mostrar una imagen de forma dinámica, en lugar de cargar una imagen desde el disco.
ListSeekSearches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
ListSelectReturns the index of the selected element in a List Box, ListView or Combo Box control.
ListSelectCountReturns the number of elements selected in a List Box, ListView or Combo Box control.
ListSelectMinusDeselects an element in a List Box, ListView or Combo Box control.
ListSelectPlusSelects one or more elements in a List Box, ListView or Combo Box control.
ListSortSorts the elements in a List Box, ListView or Combo Box control populated programmatically.
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
Video sobre Criar ListBox Automatico
https://youtu.be/DgAm5cTbCwk
amarildo
01 07 2018

Última modificación: 16/02/2025

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