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...
Generar una aplicación iOS
Se deben realizar varios pasos para desarrollar una aplicación para iPhone/iPad:...
Galleta (Tipo de Variable)
El tipo Cookie permite manipular las cookies transmitidas en solicitudes HTTP.
diagSelection (Tipo de Variable)
El tipo diagSelection se utiliza para definir todas las características avanzadas de una selección realizada en un Diagram .
2. Diferentes modos de instalar una aplicación
Lenguaje externo: Programación en C
Vamos a llamar a los elementos desarrollados en WINDEV (proyecto, ventanas,......
API( Función)
Ejecuta una función que se encuentra en una DLL externa.
Scanner (Tipo de variable)
El tipo Scanner manipula la información de un escáner.
docFormatting (Tipo de Variable)
El tipo docFormatting se utiliza para definir las características de formato de un elemento en un tratamiento de texto Document.
Buscar en la historia de SCM
La búsqueda en el historial se utiliza para realizar una búsqueda avanzada en el historial de operaciones realizadas en SCM.......
Constantes de depuración
Lista de constantes utilizadas por las funciones de depuración...
Constantes NFC
Lista de constantes utilizadas por las funciones NFC...
4. Instrucciones condicionales
Tutorial WINDEV - Fundamentos de WLanguage Lección 4 - Instrucciones condicionales - 20 min
grColor (Función)
Devuelve e inicializa la color de diferentes elementos del gráfico.
upnpDevice (Tipo de Variable)
El tipo upnpDevice permite definir las características avanzadas de un dispositivo UPnP.
SysEnvironment (Función)
Devuelve las variables de entorno del sistema operativo para el ordenador actual.
Servicios web REST: automatic deserialización de la solicitud
En un Web service REST, un punto de entrada puede tener varios tipos......
Distribuir Reports & Queries
Esta ayuda Page presenta las operaciones que deben realizarse para que una aplicación WINDEV sea tratada por Reports & Queries......
Constantes Phone (Android / iOS)
HCreateView (Función)
Crea una vista HFSQL. Esta función utiliza el anterior mecanismo de vistas....
Carpetas Personales
Las "Carpetas Personalizadas" simplifican la organización de los proyectos, permitiéndole agrupar los elementos de su aplicación por temas......
Asociar documentos al proyecto
Para describir un proyecto en detalle, puede asociar documentos con él......
fWriteLine (Función)
Escribe una línea en un archivo de texto (ANSI o UNICODE).
HFSQL Client/Server: Gestión de los puertos
Los puertos utilizados por el servidor HFSQL Client/Server.......
Describir un elemento
Un modelado flexible incluye diferentes elementos relacionado junto......
HLinkMemo (Función)
Permite asociar un archivo a un campo de tipo memo binario o cancelar la asociación existente entre un archivo y un campo binario.