AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control...
Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements...
AAFExecute (Function)
Runs an Automatic Application Feature (AAF) on a control or window. This function can be used to start the spelling checker on an edit control for example.
FAA: Pegar una fila de un control Tabla a otro
Los controles Tabla permiten ver y manipular datos...
TableSetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
<Table>.SetFocus (Function)
Gives focus to a line in a Table or hierarchical Table field: the field switches to input for the specified line and column.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX...
The different types of Table fields: programmatically populated, file with or without direct access
WINDEV, WEBDEV and WINDEV Mobile allow you to use...
Control Tabla en dispositivos móviles (Android y iOS)
El control Tabla está disponible para aplicaciones Android y iOS...
TableCellSelect (Function)
Returns the coordinates (row number and column number) of a selected cell. This function is kept for backward compatibility. It is recommended to use TableSelect.
TableColumnSelectOccurrence (Function)
Returns the number of selected columns found in a table. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
AAF: Automatic column filtering of Table Column controls
The user can filter the content of a Table control by displaying the records corresponding to a condition for example...
TableCellSelectOccurrence (Function)
Returns the number of selected cells found in a Table control. This function is kept for backward compatibility. It is recommended to use TableSelectCount.
Controles Tabla y Looper infinitos
Existen dos métodos para rellenar los controles Tabla y Looper mediante programación...
AAF: Increase the height of the lines in the Table or RepeatString fields
In Table, TreeView Table and Looper controls, the user can resize the height of rows, in read-only or in edit...
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
docFragment (Tipo de Variable)
El tipo docFragment se utiliza para definir las características de un fragmento que se encuentra en un "docx" Document.
WBAdminConnection (Tipo de Variable)
El tipo WBAdminConnection se utiliza para get todas las características avanzadas de una conexión en el servidor. Esta conexión puede corresponder a una sesión, una solicitud AWP, una tarea de planificación, etc..
docTabulation (Tipo de Variable)
El tipo docTabulation permite definir las características de una tabulación personalizada.
docElementImage (Tipo de Variable)
El tipo docElementImage se utiliza para manipular las características de un elemento de Imagen que se encuentra en un docElement Variable.
docParagraph (Tipo de Variable)
El tipo docParagraph se utiliza para manipular las características de un párrafo en un DOCX Document.
Pregunta editar asistente
Al escribir un nuevo mensaje destinado al usuario final, WINDEV o WINDEV Mobile muestra automáticamente la siguiente ventana......
LabelHeight (Property)
El LabelHeight Property se utiliza para: Averiguar la altura de las etiquetas en una etiqueta reporte. Modificar la altura de las etiquetas en una etiqueta reporte....
Gestión de los calendarios de Google
El servicio Google Calendar es una aplicación INTERNET proporcionada por Google que se utiliza para gestionar un Calendar en INTERNET......
HSpace (Property)
La función HSpace Property se utiliza para determinar y modificar el espaciado horizontal entre etiquetas en un reporte. Este espacio se definió al crear la etiqueta reporte.
VSpace (Property)
El VSpace Property se utiliza para get y cambiar el espacio vertical entre las etiquetas en un reporte. Este espacio se definió al crear la etiqueta reporte.
HTMLHeader (Property)
El HTMLHeader Property se utiliza para get y cambiar el código HTML insertado en la cabecera de la página.
MDIRight (Property)
El MDIRight Property se utiliza para determinar y modificar la distancia entre el Border derecho de la ventana padre MDI y el Border derecho del área MDI.
HTMLEndPage (Property)
El HTMLEndPage Property se utiliza para get y cambiar el código HTML insertado al final de la página.
MDITop (Property)
El MDITop Property se utiliza para determinar y cambiar la distancia entre el Border superior de la ventana padre del MDI y el Border superior del área del MDI.
MDIBottom (Property)
El MDIBottom Property se utiliza para determinar y cambiar la distancia entre el Border inferior de la ventana padre del MDI y el Border inferior del área del MDI.
MDILeft (Property)
El MDILeft Property se utiliza para determinar y cambiar la distancia entre el Border izquierdo de la ventana padre del MDI y el Border izquierdo del área del MDI.
BackgroundImageState (Property)
El BackgroundImageState Property permite get y cambiar el número de dibujos de la imagen associated con el Background de un botón.
Timeout (Property)
El Timeout Property se utiliza para get y cambiar el tiempo tras el cual se considera que la conexión ha "fallado".
FontLarge (Property)
FontLarge se utiliza para: Averiguar si los caracteres de un texto están ampliados o no. Ampliar (o no) los caracteres de un texto....
Appointment (Tipo de Variable)
El tipo Appointment permite definir las características avanzadas de una cita: hora, lugar, ....
<Botón Radio>.Count (Función)
3
InterfaceModifiableWithReportsAndQueries (Property)
La propiedad InterfaceModifiableWitReportsAndQueries permite saber si la interfaz de un reporte puede editarse en Reports & Queries.
AllModifiableWithReportsAndQueries (Property)
El AllModifiableWithReportsAndQueries Property se utiliza para determinar si un reporte puede ser modificado en Reports & Queries.
WinRefreshVisible (Función)
Modifica o devuelve el estado de visibilidad de la barra de actualización en una ventana.
Código colapsado
El código está colapsado para mejorar la legibilidad, mostrando sólo los comentarios delante de las líneas de código......