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...
¿Cómo desarrollar un sitio PHP?
¿Qué es un sitio PHP?......
aiImageResult (Tipo de variable)
El tipo aiImageResult obtiene el resultado de la función AIDetect.
Gestión de las conexiones
WINDEV, WEBDEV y WINDEV Mobile proponen diferentes métodos para describir una conexión........
CtDescribedPassword (Property)
El CtDescribedPassword Property permite set la contraseña utilizada para abrir el archivo de datos en una conexión OLE DB (archivo definido en el código solamente).
Nouveautes_Commerciales_WD_28
New features in WEBDEV 28 presented in the New Features brochure....
Creación del resumen
Los usuarios están familiarizados con los resúmenes, ya que el resumen es el primer elemento que miran en la documentación impresa......
CtExtendedInfo (Property)
El CtExtendedInfo Property se utiliza para get la información adicional insertada en la cadena de conexión de la base de datos.
Los diferentes tipos de navegación disponibles en SQL
Se pueden utilizar dos tipos de búsqueda para buscar el resultado de una consulta realizada por SQLExec........
AAFImportParameter( Función)
Carga todas las personalizaciones realizadas a través de AAF (automatic Applications Features) que han sido previamente guardadas en un archivo.
AAFExportParameter( Función)
Guarda todas las personalizaciones hechas a través de AAF (automatic Application Features) en un archivo.
Importar un proyecto WEBDEV a WINDEV
...WINDEV propone una función para importar sitios WEBDEV o páginas WEBDEV....
2. Desarrollo
Tutorial WINDEV Mobile: Desarrollo de una aplicación para Android e iOS Lección 2 - Desarrollo - 30 min
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
hbScanParameter (Tipo de Variable)
El tipo hbScanParameter se utiliza para definir los parámetros para iterar sobre los registros de una base de datos HBase.
SourceDescription (Property)
El SourceDescription Property se utiliza para get el nombre del elemento utilizado como fuente de datos de una serie.
Definir una ventana de ayuda modelo
WINDEV permite crear plantillas de ventanas de ayuda......
Conector Nativo Progress: Características específicas y observaciones
Observaciones y características específicas del Conector de Progreso Nativo......
Layouts WEBDEV
Una maqueta permite definir varias vistas de una Page sin duplicarla......
fGlobalDirUser( Función)
Devuelve un directorio ruta para los datos globales de la aplicación actual (datos compartidos entre varias aplicaciones), para el usuario actual.
fGlobalDirCommon( Función)
Devuelve un directorio ruta para los datos globales de la aplicación actual (datos compartidos entre varias aplicaciones), independientemente del usuario actual.
2. Crear archivos en el análisis
Tutorial WINDEV: Crear un proyecto WINDEV y un análisis Lección 2 - Crear archivos en el análisis - 40 min
1. Ventanas generadas mediante la metodología RAD
El RAD (Desarrollo Rápido de Aplicaciones) permite crear ventanas a partir de......
1. Crear un proyecto Android/iOS
Tutorial WINDEV Mobile: Crear una aplicación Android/iOS Lección 1 - Crear un proyecto Android/iOS - 1 h...
HChangeDir (Función)
Cambia la ruta de acceso a un archivo de datos (es decir, el directorio en el que se manipulará el archivo).
¿Gestión de caracteres espaciales en las búsquedas?