|
|
|
|
|
Funciones de control List Box, ListView y Combo Box
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:
| | FileToMemoryList | Populates a List Box or Combo Box control programmatically with the records from a data file or query. | ListAdd | Adds an element to a List Box, ListView or Combo Box control populated programmatically. | ListCount | Returns the number of elements in a List Box, ListView or Combo Box control. | ListDelete | Deletes an element from a List Box, ListView or Combo Box control populated programmatically. | ListDeleteAll | Clears a List Box, ListView or Combo Box control populated programmatically. | ListDisplay | Refreshes a List Box, ListView or Combo Box control based on a data file | ListInfoXY | Returns the index of the row (or image) at a given position in a List Box or ListView control. | ListInsert | Inserts an element into a List Box, ListView or Combo Box control populated programmatically. | ListModify | Modifies an element in a List Box, ListView or Combo Box control populated programmatically. | ListMoveLine | Moves a row or swaps two rows in a List Box or Combo Box control. | ListPosition | Displays 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). | | 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. | ListSeek | Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue). | ListSelect | Returns the index of the selected element in a List Box, ListView or Combo Box control. | ListSelectCount | Returns the number of elements selected in a List Box, ListView or Combo Box control. | ListSelectMinus | Deselects an element in a List Box, ListView or Combo Box control. | ListSelectPlus | Selects one or more elements in a List Box, ListView or Combo Box control. | ListSort | Sorts the elements in a List Box, ListView or Combo Box control populated programmatically. |
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|