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...
AWP: Gestión de contextos
Para conservar el valor de las variables globales al pasar de una Page a otra, el modo AWP propone una gestión de contextos......
PageNumber (Propiedad)
La propiedad PageNumber obtiene y establece un número de página.
Unicode (Property)
El Unicode Property se utiliza para get y cambiar el formato Unicode de un elemento.
GridlinesVisible (Propiedad)
fListDisk( Función)
Devuelve la lista de discos instalados en el equipo.
BrowserIPAddress( Función)
Devuelve la IP Address del ordenador cliente conectado al sitio WEBDEV.
HClusterStop( Función)
Suspende la ejecución de un cluster HFSQL. Los nodos del cluster ya no aceptarán ninguna conexión de las aplicaciones cliente..
Creación de un ejecutable: Opciones generales
Las principales opciones ejecutables son las siguientes.......
WayPoint (Property)
La propiedad WayPoint permite manipular los puntos de paso de un conector.
France.CheckINSEE (Función)
Prueba la validez de un número INSEE (número de identificación de personas físicas asignado por el Instituto Nacional de Estadística y Estudios Económicos).
HeaderVisible (Propiedad)
La propiedad HeaderVisible permite obtener y establecer el estado de visibilidad de los encabezados de las filas y columnas en el diseño de un documento XLS.
HListAnalysis (Example)
Usage example of the HListAnalysis function
WorksheetName (Property)
El WorksheetName Property se utiliza para obtener y cambiar el nombre de una hoja de trabajo en un XLS Document.
grParámetro (Función)
Recupera o modifica un parámetro de gráfico.
WinScreenRectangle (Example)
Usage example of the WinScreenRectangle function
MatExist (Example)
Usage example of the MatExist function
fCurrentDir (Example)
Usage example of the fCurrentDir function
gFontItalic( Función)
Construye una secuencia de caracteres que se utiliza para especificar si el texto que sigue a la llamada a esta función está en cursiva o no.
gFontUnderlined( Función)
Construye una secuencia de caracteres para especificar si el texto que sigue a la llamada a esta función está o no subrayado.
Password (Property)
La contraseña Property establece y cambia la contraseña.
DateTimeToString (Función)
Convierte una fecha/hora en una cadena en el formato especificado....
ExeRun( Función)
Ejecuta un programa (un archivo ejecutable, por ejemplo) desde la aplicación actual.
grMenú (Función)
Define el tipo de menú contextual que muestra un gráfico.
MatNbColumn (Example)
Usage example of the MatNbColumn function
MatNbLine (Example)
Usage example of the MatNbLine function