> For the complete documentation index, see [llms.txt](https://doc.velneo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.velneo.com/35/velneo-vdevelop/scripts/lenguajes/javascript/clases/vmainwindow/vmainwindow-enumeraciones.md).

# VMainWindow: enumeraciones

## **Boot modes**

* ModeTab = 0
* ModeMDI = 1
* ModeSDI = 2

## **Flags de características del dock**

* Cerrable = 0x01
* Movible = 0x02
* Flotable = 0x04
* Barra de titulo vertical = 0x08

## **Flags de personalización de la barra de título**

* HintTitle = 0x01 - Sin título
* HintSystemMenu = 0x02 - Sin menú del sistema
* HintMinimizeButton = 0x04 - Sin botón minimizar
* HintMaximizeButton = 0x08 - Sin botón maximizar
* HintCloseButton = 0x10 - Sin botón cerrar

## **Flags del cuadro de diálogo de ficheros**

* ShowDirsOnly = 0x01 - Solo directorios, por defecto se incluyen directorios y ficheros
* DontResolveSymlinks = 0x02 - No se resuelven los enlaces simbólicos
* DontConfirmOverwrite = 0x04 - No se confirma la sobreescritura de ficheros
* DontUseNativeDialog = 0x10 - No usar el cuadro de diálogo nativo del sistema operativo
* ReadOnly = 0x20 - Modo solo lectura
* HideNameFilterDetails = 0x40 - Indica si se ocultan o no los detalles del filtro de nombre de fichero
* DontUseSheet = 0x08 - No se permite el uso de hojas
* DontUseCustomDirectoryIcons = 0x80 - No usar los iconos personalizados en los directorios

## **Menús en stock**

* StockMenuRecord = 0
* StockMenuList = 1
* StockMenuNavigator = 2
* StockMenuWindow = 3
* StockMenuView = 4
* StockMenuPersonalize = 5
* StockMenuPersonalizeStyle = 6
* StockMenuPersonalizeLanguages = 7
* StockMenuPersonalizeTools = 8
* StockMenuAlternativeViews = 9 (No válido en MenuBar)
* StockMenuBaskets = 10 (No válido en MenuBar)
* StockMenuListExt = 11
* StockMenusCount = 12

## **Widget Types**

* WTypeDataView = 0
* WTypeMdiView = 1
* WTypeWebView = 2
* WTypeLineEdit = 3
* WTypeTextEdit = 4
* WTypeDateTimeEdit = 5
* WTypeDateEdit = 6
* WTypeTimeEdit = 7
* WTypeNumberSpinBox = 8
* WTypeBoundFieldEdit = 9
* WTypePushButton = 10
* WTypeCheckBox = 11
* WTypeRadioButton = 12
* WTypeTabWidget = 13
* WTypeStackedWidget = 14
* WTypeToolBox = 15
* WTypeSplitter = 16
* WTypeAbstractBrowser = 17
* WTypeImageWidget = 18
* WTypeImageEdit = 19
* WTypeLineEditBrowser = 20
* WTypeFilePathEditBrowser = 21
* WTypeFormulaEditBrowser = 22
* WTypeProgressBar = 23
* WTypeSlider = 24
* WTypeDial = 25
* WTypeLabel = 26
* WTypeComboBox = 27
* WTypeListBox = 28
* WTypeBoundFieldComboBox = 29
* WTypeBoundFieldListBox = 30
* WTypeGroupBox = 31
* WTypeClockWidget = 32
* WTypeGaugeWidget = 33
* WTypeThermometerWidget = 34
* WTypeThumbWheel = 35
* WTypeTreeMenu = 36
* WTypeSvgWidget = 37
* WTypeSvgButton = 38
* WTypeSvgSlideSwitch = 39
* WTypeSvgToggleSwitch = 40
* WTypeDataCatcherEdit = 41
* WTypeBoundFieldEditBrowser = 42
* WTypeDataCatcherEditBrowser = 43
* WTypeNumberSpinBoxBrowser = 44
* WTypeDateTimeEditBrowser = 45
* WTypeDateEditBrowser = 46
* WTypeTimeEditBrowser = 47
* WTypeTreeWidget = 48


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://doc.velneo.com/35/velneo-vdevelop/scripts/lenguajes/javascript/clases/vmainwindow/vmainwindow-enumeraciones.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
