# VQmlListDataView

**Hereda de:** [VAbstractListDataView](https://doc.velneo.com/35/velneo-vdevelop/scripts/lenguajes/javascript/clases/vabstractlistdataview).

Esta clase representa a un objeto lista QML.

## Indice de funciones

### **Generales**

VModel [GetAuxModelFromArray](#getauxmodelfromarray)( String szNameModel, Number nIndex )

void [LoadAuxModel](#loadauxmodel)( String szNameModel )

## Documentación de funciones

### Funciones generales

#### VModel GetAuxModelFromArray( String szNameModel, Number nIndex ) <a href="#getauxmodelfromarray" id="getauxmodelfromarray"></a>

Carga los registros del modelo auxiliar cuando el tipo de sincronización del modelo auxiliar es "LISTA: un modelo por cada ítem del modelo principal".

Parámetros:

* szNameModel: nombre asignado al modelo en la propiedad Nombre en QML del modelo auxiliar.
* nIndex: número que corresponde al índice de array de modelos a cargar, que debe coincidir con la posición del registro en el modelo principal.

#### void LoadAuxModel( String szNameModel ) <a href="#loadauxmodel" id="loadauxmodel"></a>

Carga los registros del modelo auxiliar.

Parámetros:

* szNameModel: nombre asignado al modelo en la propiedad Nombre en QML del modelo auxiliar.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.velneo.com/35/velneo-vdevelop/scripts/lenguajes/javascript/clases/vqmllistdataview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
