# VFormulaEditBrowser

**Hereda de:** [VLineEditBrowser](https://doc.velneo.com/27/velneo-vdevelop/scripts/lenguajes/javascript/clases/vlineeditbrowser).

Esta clase representa al control de edición con un botón que al ser pulsado presenta el cuadro de diálogo de edición de fórmulas.

## Funciones

**Generales**

| Retorno | Función                                                      |
| ------- | ------------------------------------------------------------ |
| void    | [setFormula](#setformula)( Number lenguaje, String formula ) |

## Señales

| Señal         |
| ------------- |
| Value changed |

## Enumeraciones

**Lenguajes de fórmulas**

* Velneo
* JavaScript

## Documentación de funciones

### Funciones generales

#### void setFormula( Number lenguaje, String formula ) <a href="#setformula" id="setformula"></a>

Asigna una fórmula al control de edición de un campo objeto fórmula.

Parámetros:

* lenguaje: ver enum de Lenguajes de fórmula.
* formula: texto correspondiente al código de la fórmula.


---

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