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...
ExecuteRefreshUIParent
Ejecuta inmediatamente el evento "Solicitud para actualizar la visualización" del padre.
Modelos de páginas
WEBDEV permite crear modelos de páginas......
LeftIndent (Property)
El LeftIndent Property se utiliza para get y cambiar la sangría izquierda de un elemento.
RightIndent (Property)
El RightIndent Property se utiliza para get y cambiar la sangría derecha de un elemento.
FontCreate( Función)
Crea un tipo de letra Definition.
Componentes de utilidad
WINDEV incluye varios componentes de utilidad que le permiten manipular datos directamente......
Base de datos HFSQL Client/Server: Recomendaciones
Esta ayuda Page presenta las principales recomendaciones para optimizar la seguridad y el rendimiento de una base de datos HFSQL Client/Server en función de las limitaciones y características deseadas......
zipDeleteFileList (Función)
Elimina una lista de archivos de un archivo comprimido.
Descripción del FullTextIndex (Tipo de variable)
Una variable FullTextIndex description se utiliza para describir uno o más índices de texto completo por programación..
docStyle (Tipo de Variable)
El tipo docStyle se utiliza para definir las características avanzadas de un estilo perteneciente a un Document, un párrafo o un fragmento de Document.
WDLog: Restaurar archivos de datos HFSQL
WDLog se utiliza para restaurar los archivos de datos guardados por WDLog........
Composite variable
Una Variable compuesta contiene diferentes tipos de elementos (miembros)...
SendKey( Función)
Simula las pulsaciones de teclas y las acciones del ratón.
dSaveImagePNG (Función)
Guarda una imagen: en un archivo PNG. en la memoria....
SysIconAdd( Función)
Añade una bandeja de sistema Icon (en la parte inferior derecha Corner de la pantalla).
5. Los siguientes archivos se crean automáticamente
Modelos de reportes
WINDEV, WINDEV Mobile y WEBDEV le permiten crear plantillas reporte.......
Parámetros de la base de datos (programa de instalación)
La creación del programa instalación asistente incluye el instalación de la base de datos junto con la aplicación y sugiere elementos adicionales......
dArc (Example)
Usage example of the dArc function
Thickness (Property)
El Grosor Property se utiliza para get y cambiar el grosor de un elemento.
WinCopyForm (Función)
Copia el contenido de un formulario en el portapapeles.
RequestUpdateUIParent (Función)
Pide que se ejecute el proceso "Solicitud para actualizar la visualización" del padre. Esta función se conserva por motivos de compatibilidad con versiones anteriores.
StreamDisconnect( Función)
Detiene la recepción o transmisión de un stream.
dRectangle (Example)
Usage example of the dRectangle function
dLine (Example)
Usage example of the dLine function