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...
MatRead (Example)
Usage example of the MatRead function
dCopy (Función)
Copia una imagen en otra.
5. Groupware Usuario en la práctica
PopupDisplay (Función)
Muestra una ventana emergente en una Page con efecto OVI (Oscurecimiento de Ventanas Inactivas).
Administrar usuarios
El robot de monitorización le permite gestionar los usuarios relacionados con los diferentes informes de error de comprobación......
Fábrica de software: Opciones de administrador
Se pueden configurar varias opciones en el administrador de la Fábrica de Software......
Constante
Las constantes son elementos del lenguaje cuyo valor se fija de una vez por todas....
SpellAddDictionary( Función)
Añade una palabra al diccionario de OpenOffice: para el caso de la aplicación actual. para todas las aplicaciones....
Funciones WLanguage disponibles para un reporte
La mayoría de las funciones de WLanguage se pueden utilizar en los eventos de un reporte (creado con el editor de reportes).......
Gestión de acciones con Deshacer/Rehacer
WINDEV le permite manejar fácilmente la función Deshacer/Reiniciar en sus aplicaciones con las funciones ActionXXX......
grDraw (Función)
Dibuja un gráfico de acuerdo con los parámetros especificados.
Ventana de selección rápida
¿Está buscando un elemento del proyecto? ¿Solo recuerda una parte del nombre? Utilice la ventana de selección rápida mediante las teclas [CTRL]+[E]...
Constantes utilizadas para la gestión de la función multitáctil
Constantes para la gestión de la tecnología multitáctil...
FontUnderlined (Property)
La propiedad FontUnderlined subraya el texto.
Content (Property)
El Contenido Property se utiliza para get y cambiar el contenido de un elemento.
FinPaymentNb (Example)
Usage example of the FinPaymentNb function
FinRepayVal (Example)
Usage example of the FinRepayVal function
FinLinearRedemption (Example)
Usage example of the FinLinearRedemption function
Configuración de una aplicación con User Groupware
Integre la autenticación de dos factores en sus aplicaciones
En la versión 26, WINDEV, WEBDEV y WINDEV Mobile permiten configurar un inicio de sesión por verificación de dos pasos......
grDestinationWnd (Función)
Define una ventana como destino del gráfico.
dEndDrawing (Función)
Elimina los dibujos realizados desde la última llamada a la función dStartDrawing.
Lenguaje externo: Programación en C++ (interfaz WDWDIAL)
Este tercer método utiliza la noción de herencia de clase para simplificar la interfaz entre una aplicación C++ y WINDEV.......
FinInterestRate (Example)
Usage example of the FinInterestRate function
FontItalic (Property)
La FontItalic Property se utiliza para gestionar el estilo de cursiva en un texto.