# VTableInfo: enumeraciones

## **Tipos de campo**

* FieldTypeAlpha256 = 00 - Alfa 256
* FieldTypeAlpha128 = 01 - Alfa 128
* FieldTypeAlpha64 = 02 - Alfa 64
* FieldTypeAlpha40 = 03 - Alfa 40
* FieldTypeAlphaLatin1 = 04 - Alfa Latin1
* FieldTypeAlphaUtf16 = 05 - Alfa UTF-16
* FieldTypeNumeric = 06 - Numérico
* FieldTypeDate = 07 - Fecha
* FieldTypeTime = 08 - Hora
* FieldTypeDateTime = 09 - Tiempo (fecha y hora)
* FieldTypeBool = 10 - Booleano
* FieldTypeObject = 11 - Objeto
* FieldTypeFormulaNumeric = 12 - Fórmula numérica
* FieldTypeFormulaAlfa = 13 - Fórmula alfabética
* FieldTypeFormulaDate = 14 - Fórmula fecha
* FieldTypeFormulaDateTime = 15 - Fórmula tiempo (fecha y hora)
* FieldTypeVirtualBind = 18 - Puntero virtual

## **Tipos de campos objeto**

* ObjectTypePicture = 0 - Imagen
* ObjectTypeText = 1 - Texto
* ObjectTypeRichText = 2 - Texto enriquecido
* ObjectTypeBinary = 3 - Binario
* ObjectTypeFormula = 4 - Fórmula dinámica

## **Tipos de enlaces de campo (bindType)**

* BindTypeNone = 0 - Ninguno
* BindTypeMaster = 1 - Tabla maestra
* BindTypeStatic = 2 - Tabla estática
* BindTypeIndirectReal = 3 - Indirecto real
* BindTypeIndirectVirtual = 4 - Indirecto virtual
* BindTypeSingularPluralPos = 5 - Singular de plural por posición
* BindTypeSingularPluralIndex = 6 - Singular de plural por índice
* BindTypeAdjacentSibling = 7 - Hermano contiguo
* BindTypeMasterExt = 8 - Maestro de extensión

## **Tipos de índices**

* IndexTypeSingleKey = 0 - Clave única
* IndexTypeWords = 1 - Palabras
* IndexTypeMultiKey = 2 - Múltiples claves
* IndexTypeAcceptRepeat = 3 - Acepta repetidas
* IndexTypeWordParts = 4 - Trozos de palabras

## **Tipos de tablas**

* TypeMaster = 0 - Maestra
* TypeHistorical = 1 - Histórica
* TypeMasterSub = 2 - Submaestra
* TypeMasterTree = 3 - Arbolada
* TypeMasterExt = 4 - Maestro de extensión


---

# 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/velneo-vdevelop/scripts/lenguajes/javascript/clases/vtableinfo/vtableinfo-enumeraciones.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.
