Vertaling van "LISTBOX GET" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Description The LISTBOX GET OBJECTS command returns an array containing the names of each object making up the list box designated by the object and parameters.
Descripción El comando LISTBOX GET OBJECTS devuelve un array que contiene los nombres de todos los objetos que componen el list box designado por los parámetros objeto y .
You can retrieve the names of these arrays by programming using the LISTBOX GET ARRAYS command.
Puede recuperar los nombres de estos arrays por programación utilizando el comando LISTBOX GET ARRAYS.
If a cell in the fake column is clicked, the LISTBOX GET CELL POSITION command returns "X+1" for its column number (where X is the number of existing columns).
Si se hace clic en una celda de la columna falsa, el comando LISTBOX GET CELL POSITION devuelve "X+1" por su número de columna (donde X es el número de columnas existentes).
As with selections, the LISTBOX GET CELL POSITION command will return the same values for a hierarchical list box and a non-hierarchical list box.
Al igual que con las selecciones, el comando LISTBOX GET CELL POSITION devuelve los mismos valores para un list box jerárquico y un list box no jerárquico.
In the context of these events, the LISTBOX GET CELL POSITION command returns the cell where the user clicked in order to expand or collapse a row.
En el contexto de estos eventos, el comando LISTBOX GET CELL POSITION devuelve la celda donde el usuario hizo clic para expandir o contraer una línea.
The array can also be returned by the LISTBOX GET ARRAYS command.
El array también puede ser devuelto por el comando LISTBOX GET ARRAYS.
If the user selects a break row, LISTBOX GET CELL POSITION returns the first occurrence of the row in the corresponding array.
Si el usuario selecciona una línea de ruptura, LISTBOX GET CELL POSITION devuelve la primera ocurrencia de la línea en el array correspondiente.
These values are returned by the LISTBOX GET CELL POSITION command when the user has selected a break row.
Estos valores son devueltos por el comando LISTBOX GET CELL POSITION cuando el usuario ha seleccionado una línea de ruptura.
This means that in both of the examples below, LISTBOX GET CELL POSITION will return the same position: (3;2).
Esto significa que en los dos ejemplos a continuación, LISTBOX GET CELL POSITION devolverá la misma posición: (3;2).
In this case, you would first need to determine the position of the cursor with the LISTBOX GET CELL POSITION command.
En este caso, primero debe determinar la posición del cursor con el comando LISTBOX GET CELL POSITION.
When the LISTBOX GET ARRAYS command is called, the arrColVars parameter contains pointers to the dynamic arrays and the arrHeaderVars parameter contains pointers to the dynamic header variables.
Cuando se llama el comando LISTBOX GET ARRAYS, el parámetro arrVarCols contiene los punteros a los arrays dinámicos y el parámetro arrVarEncabezados contiene los punteros a las variables de encabezados dinámicos.
The new command LISTBOX GET CELL COORDINATES does the same for any listbox cell.
El nuevo comando LISTBOX GET CELL COORDINATES hace lo mismo para cualquier celda de listbox.
The LISTBOX GET CELL POSITION command returns the cell concerned: you remove as many rows as needed from the list box using the LISTBOX DELETE ROWS command.
El comando LISTBOX GET CELL POSITION devuelve la celda en cuestión: elimina del list box tantas líneas como sea necesario utilizando el comando LISTBOX DELETE ROWS.