AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2025

Customizing the interface of a Table control
In a Table control, you have the ability to customize the following elements...
The different types of fields Table: programmatically, file with or without direct access
WINDEV, WEBDEV and WINDEV Mobile allow you to use...
TableRefreshVisible (Function)
Modifies or returns the visibility status of refresh bar in a Table or TreeView Table control.
FAA: Automatic 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...
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
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.
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.
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.
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX...
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.
<Table>.SetFocus (Function)
Gives focus to a line in a Table or Hierarchical Table field: the field switches to edit for the specified line and column.
FAA: 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...
FontStrikeOut (Property)
El FontStrikeOut Property se utiliza para determinar si un texto está tachado.
Extra (Propiedad)
La propiedad Extra gestiona información adicional.
Gestión de la sincronización
Para cada acción realizada en una página, el mecanismo de sincronización de páginas comprueba automáticamente la sincronización.......
zipExtractFileList (Función)
Extrae y descomprime una lista de archivos encontrados en un archivo a una ubicación física.
Etapa 2: Archivos a instalar
El programa de creación de instalación asistente le permite seleccionar los archivos que se instalarán con el sitio......
FontBold (Property)
El FontBold Property se utiliza para gestionar el estilo de negrita en un texto.
zipDeleteFile (Función)
Elimina un archivo de un archivo comprimido.
array fijo (Tipo de Variable)
Una array fija es un tipo "avanzado" de array....
Font (Tipo de variable)
Una variable de tipo Font permite crear una fuente mediante programación...
Código Servidor/Código Navegador
WEBDEV le permite crear páginas estáticas y páginas dinámicas.......
FontName (Property)
El FontName Property se utiliza para gestionar el nombre de la fuente utilizada.
ReturnedValue (Property)
El ReturnedValue Property se utiliza para manipular el valor de retorno.
FontSize (Property)
El FontSize Property se utiliza para gestionar el tamaño de la fuente utilizada para un elemento.
FinError (Example)
Usage example of the FinError function
SQLExec (Example)
Usage example of the SQLExec function
Editor de código: Entrada predictiva
El siguiente mecanismo permite a los desarrolladores escribir código WLanguage más fácilmente en el editor de código ......
Reglas de negocio
WINDEV, WEBDEV y WINDEV Mobile le permiten administrar las reglas de negocio.......
Gestión de los accesos remotos
Los accesos remotos se utilizan para crear una conexión de red temporal.......
InitialValue (Property)
El Valor inicial Property se utiliza para get y/o cambiar un valor inicial....
Creación de necesidades
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
Formato del archivo de texto del mensaje
Los archivos de texto creados por WDMSG utilizan un formato específico.......
Funciones para la gestión de imágenes
Nation( Idioma externo)
Define el idioma de visualización de los títulos, subtítulos, mensajes....
Alcance de variables
Las variables se pueden declarar en cualquier parte del código....