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.
CodeHTML (Property)
La propiedad CodeHTML permite leer y cambiar el código HTML asociado a un control Componente Web.
ButtonType (Property)
La propiedad ButtonType permite obtener y cambiar el tipo de un control Botón: Cancelación, Interrupción, Validación, ....
DisplayedSection (Property)
El Sección visualizada Property se utiliza para identificar y cambiar la parte del Image que se visualiza en un control Imagen.
Información 302: Ambigüedad entre un Variable y un control
PagePosition( Función)
Desplaza una página hacia arriba para posicionar un control en la sección Visible de la página (arriba) del navegador.
TypeFiles (Property)
El TipoArchivos Property se utiliza para get y cambiar el filtro disponible en el selector de archivos del control Upload.
Propiedades de control Estático
Lista de propiedades associated con una control Estático...
Propiedades del control Cuadro de mando
Un control Cuadro de mando puede ser manejado en una ventana por las siguientes propiedades de WLanguage.......
Propiedades del iFrame control
El iFrame control puede ser manejado en código de servidor y en código de navegador por las propiedades WLanguage......
Propiedades de control Upload
El control Upload puede ser manejado en código de servidor y en código de navegador por las propiedades de WLanguage.......
Captcha control propiedades
El Captcha control puede ser manejado por las propiedades de WLanguage en código de servidor y en código de navegador.
Propiedades de control Barra de navegación
Un control Barra de navegación encontrado en una página puede ser manejado en WLanguage por las siguientes propiedades.......
Propiedades associated con las opciones de un control Interruptor
Web control Cámara propiedades
Un Web control Cámara encontrado en una página puede ser manejado en WLanguage por las siguientes propiedades.
Propiedades de control Área de texto enriquecido
Un control Área de texto enriquecido puede ser manejado en una ventana por las siguientes propiedades de WLanguage.......
Propiedades associated con los atributos de un control Looper
Los atributos de una control Looper encontrada en una ventana o en Page pueden ser manejados por las propiedades WLanguage......
Anuncio propiedades control
Un anuncio control que se encuentra en una ventana puede ser manejado en una ventana por las siguientes propiedades WLanguage.
Propiedades del control Editor de diagramas
WINDEV and WEBDEV allow to handle an control Diagram editor by programming......
UploadSizeSizeSent (Función)
Devuelve el tamaño total (en bytes) de los archivos ya enviados por el upload actual a través de un control Upload.
<Upload>.SizeSent (Función)
Devuelve el tamaño total (en bytes) de los archivos ya enviados por el upload actual a través de un control Upload.
AttachPointEnd (Property)
El AttachPointEnd Property se utiliza para get y cambiar la posición del punto de unión final de un Wire control .
CodeCSS (Propiedad)
La propiedad CodeCSS permite leer y cambiar el código CSS asociado a un control Componente Web.
InvalidInputPreventExit (Property)
El InvalidInputPreventExit Property se utiliza para determinar si es posible salir del control en caso de entrada no válida.
VisibleWithAnimation (Property)
La propiedad VisibleConAnimación se utiliza para hacer visible o Invisible un control mediante la animación "Aparecer/Desaparecer"....
Manejo de una control Planificador mediante programación
Un control Planificador puede ser.......