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.
HClusterState( Función)
Devuelve el estado de un cluster HFSQL interrogando a su coordinador.
UploadDelete (Función)
Elimina un archivo de la lista de archivos a cargar: el archivo no se cargará en el servidor.
StreamInfo( Función)
Devuelve el nombre y/o número del emisor del stream....
UploadDeleteAll (Función)
Borra la lista de archivos a cargar: no se cargará ningún archivo en el servidor.
gBackground( Función)
Construye una secuencia de caracteres utilizados para definir la pantalla Color (fondo Color de un texto, círculo, rectángulo, ...).
Diagrama de secuencia
Un diagrama de secuencia representa el orden cronológico de los mensajes enviados y recibidos por un conjunto de objetos......
HClusterStart( Función)
Inicia un clúster HFSQL. Este cúmulo fue detenido de antemano (por HClusterStop por ejemplo).
Recurso
La propiedad Resource se utiliza para gestionar el recurso asociado a un Appointment.
Weight (Property)
El Peso Property se utiliza para get y cambiar el peso de un elemento.
2. Primeras pruebas
Tutorial WINDEV Mobile: Crear una aplicación Android/iOS Lección 2 - Primeras pruebas - 1 h...
grSaveImage (Función)
Guarda la imagen de un gráfico en una variable de tipo Image.
Zoom (Property)
El Zoom Property se utiliza para determinar y cambiar el zoom aplicado a un elemento.
DateToString (Función)
Convierte: una fecha en cadena en el formato especificado. una fecha/hora en una cadena en el formato especificado....
FullName (Property)
El FullName Property se utiliza para get el nombre completo de un elemento.
HListLink (Función)
Devuelve la lista de relaciones (de tipo Merise) del análisis actual o de un análisis específico
HEndNoDatabaseAccess (Función)
Vuelve a autorizar el acceso (es decir, la conexión) a una o más bases de datos a las que se puede acceder mediante una conexión.
gFont( Función)
Construye una secuencia de caracteres que describen la fuente que se utilizará para el texto.
FBStartSession (Función)
Permite autenticarse e iniciar sesión en Faceboook.
HClusterDeleteNode( Función)
Desactiva un nodo en un cluster HFSQL.
SCM: Gestión de los derechos
Es posible gestionar y conceder ciertos derechos de acceso a los desarrolladores para cada elemento de la SCM......
RightToLeft (Property)
El RightToLeft Property se utiliza para get y cambiar la dirección de escritura de un elemento...
grSurfaceAltitudeColor (Example)
Usage example of the grSurfaceAltitudeColor function
grSurfaceAddData (Example)
Usage example of the grSurfaceAddData function
MatAdd( Función)
Añade dos matrices de las mismas dimensiones (el mismo número de filas y el mismo número de columnas).