AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 401-202 de 202 para Form
Report based on a form
The report editor gives you the ability to print reports on pre-printed forms (image file or PDF file)...
WinPasteForm (Function)
Pastes the content of a form stored in the clipboard.
HTTPSendForm (Función)
Envía un formulario HTTP.
HTMLValidateForm (Función)
Valida un formulario en una página HTML mostrada en un control de visualización HTML.
Optional events: Information retrieved
In WINDEV, you can add optional events in the code of the different elements of an application...
Las propiedades asociadas a un informe
Lista de propiedades asociadas a un informe
WinCopyForm (Función)
Copia el contenido de un formulario en el portapapeles.
docElementFormula (Variable type)
The docElementFormula type is used to define the characteristics of a Formula element found in a DocElement variable.
SQL Server Native Connector: Programming with HFSQL functions
To use an SQL Server database with Native Connector, the structure of SQL Server tables must be imported into the data model analysis...
Advanced installer options
The setup wizard allows you to specify advanced options for the installer. These advanced options are used to:
  • specify the options for managing the installer framework.
  • specify the options for managing the UAC for the installer.
InfoWithTimeoutAsynchronous (Función)
Muestra un mensaje personalizado en una ventana de información del sistema no bloqueante durante un tiempo determinado.
PermissionRequest (Function)
Prompts the user to grant an application permission.
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties...
HTTPProgressBar( Función)
Muestra una barra de progreso cuando:
  • recibir la respuesta a una petición HTTP.
  • enviando un formulario HTTP (HTTPSendForm) o una consulta HTTP.
Report based on a programmed data source
In a report on a programmed data source, the reading of the records that will be displayed in the report requires full programming in WLanguage...
WDMap: Export records from a data file
WDMAP allows you to export records to...
JSEvent (Function)
Associates a browser procedure with an event on an object in browser code.
PermissionList( Función)
Devuelve uno o todos los permisos declarados por la aplicación.
HInfoLock (Función)
Devuelve información sobre el bloqueo de un archivo de datos, un registro o todos los registros de un archivo de datos.
GDI+ framework
Some WINDEV features use the GDI+ framework...
FutureHeight (Property)
The FutureHeight property is used to determine how high an auto-resizing control in a report will be after being enlarged.
Manejo de una ficha dinámica mediante programación (sintaxis de prefijo)
WINDEV permite manipular controles Tabla dinámica utilizando las funciones TabXXX y diferentes propiedades WLanguage...
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
SemiDynamicPageDisplay( Función)
Muestra una página semidinámica en el browser del usuario Web desde una página WEBDEV dinámica o estática.
SysLinkExtension (Function)
Associates an extension (.txt, .avi, etc.) to a default execution program.
Creating the link buttons in the windows of a WINDEV RAD pattern
La propiedad MDIBottom se utiliza para determinar y cambiar la distancia entre el borde inferior de la ventana padre MDI y el borde inferior del área MDI.
3. Editar los productos
Tutorial WEBDEV - Crear un sitio web con procesos de back office Lección 3 - Editar los productos - 50 min
Confirm (Función)
Muestra un mensaje en un cuadro de diálogo estándar que propone las opciones "Sí", "No", "Cancelar", y devuelve la respuesta del usuario.
Multicolumn report
The report editor allows you to create "Multicolumn" reports.
HAdd (Example)
Usage example of the HAdd function
OLEPlay( Función)
Permite:
  • recuperar la lista de operaciones disponibles (que no sean de edición) de un servidor,
  • realizar una operación.
<Source>.SavePosition (Función)
Almacena el contexto actual del archivo (registro actual, filtro, punteros).
How to contact Free Technical Support?
The different methods to contact PC SOFT Technical Support.
SaaSSendSecurityCode (Función)
Envía el código de seguridad a los usuarios para que puedan cambiar sus contraseñas.
docElementCheckBox (Variable type)
The docElementCheckBox type allows you to define all the advanced characteristics of a check box used in a form.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
Report based on a Looper control
A report based on a Looper control is used to directly print the information displayed in the control...
2. Desarrollo web y WEBDEV
Tutorial de WEBDEV: Presentación de WEBDEV Lección 2: Desarrollo web y WEBDEV - 10 min
<Source>.ListLink (Función)
Devuelve la lista de relaciones (de tipo Merise) del análisis actual o de un análisis específico.
HListLink (Function)
Returns the list of data file bindings (Merise type) present:
  • in the current analysis,
  • Versiones 2024 y posteriores
    in ongoing analyses (case of projects with multiple analyses).
    Novedad de la versión por suscripción
    in ongoing analyses (case of projects with multiple analyses).
    Novedad versión 2024
    in ongoing analyses (case of projects with multiple analyses).
    in ongoing analyses (case of projects with multiple analyses).
  • in a specific analysis.
Context menu of windows (AAF)
The context menu of the windows (right mouse click on the window) contains the following options...
Configuring the remote administrator
The remote administrator is an optional tool provided with WEBDEV Application Server...
Use (Function)
Opens a WINDEV window and closes all other previously open windows.
Compartir código fuente mediante el SCM
Tutorial WEBDEV - SCM para WEBDEV Compartir código fuente mediante el SCM - 30 min
Various WEBDEV constants
Various WEBDEV constants
Numerical or Monetary fields: Edit control or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
1. Crear ventanas para agregar y editar datos
Tutorial WINDEV - Gestionar datos en una aplicación WINDEV Lección 1 - Crear ventanas para agregar y editar datos - 50 min
Creating the menus for the windows of the WINDEV RAD pattern
Returns and initializes the color of different chart elements.
Supercontrol
A supercontrol is an advanced type of control...
ArraySort (Function)
Sorts a WLanguage array.
OBEXListFile( Función)
Enumera los archivos compartidos por un dispositivo que utiliza el protocolo OBEX.
Generating the RAD pattern
To generate a RAD pattern:
YesNoAsynchronous (Función)
Muestra un mensaje en un cuadro de diálogo estándar no bloqueante con las respuestas "Sí" y "No" y llama a un procedimiento WLanguage con la respuesta del usuario.
<Source>.InfoLock (Función)
Devuelve información sobre el bloqueo de un archivo de datos, un registro o todos los registros de un archivo de datos.
Choose the action of the button in a page
WEBDEV proposes several actions of the button on the controls of the page...
Sort (Function)
Sorts a WLanguage array.
2. Gestionar una base de datos
Tutorial WEBDEV - Crear un sitio WEBDEV Lección 2 - Manipular una base de datos - 30 min
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV website.
Autenticación de usuarios: Groupware Usuario
Tutorial WEBDEV - Groupware Usuario Autenticación de usuarios: Groupware Usuario - 20 min
Automated tests on an executable
WINDEV proposes to run the different project tests directly on the corresponding executable...
<Array>.Sort (Función)
Ordena un array WLanguage.
Socket: Creating a client application
A client application of a socket server connects to a standard server in order to exchange information via socket...
Creating the menus for the pages of the WEBDEV RAD pattern
Las funciones de escáner son las siguientes:
Warning (Función)
Muestra un mensaje personalizado en una ventana de advertencia del sistema.
BackgroundImagePrinted (Property)
The property ImageFondImprimé allows you to:
  • Determine if the background image of a report (form or other) should be printed.
  • Print (or not) the background image of a report.
Overview of external languages
Convierte una cadena ANSI (Windows) en una cadena OEM (DOS).
diagPath (Tipo de variable)
El tipo diagPath se utiliza para definir todas las características avanzadas de una forma Path (equivalente a un polígono que puede incluir líneas de redondeo).
diagImage (Tipo variable)
El tipo diagImage se utiliza para definir todas las características avanzadas de una forma de diagrama creada a partir de una imagen.
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the control (based on a data file or populated programmatically)...
Servidor Spare
Un servidor "Spare" es un servidor de reserva en el que se realiza una replicación automática unidireccional...
Monitoring robot: Robot controller settings
From the monitor, you can change the configuration options...
diagOval (Tipo de Variable)
El tipo diagOval se utiliza para definir todas las características avanzadas de una forma de tipo Oval.
HCheckMemo (Function)
Checks the structural integrity of memos in an HFSQL data file.
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.
Creación de una reporte
El editor de reportes permite crear fácilmente todo tipo de informes a través de un asistente ...
Report viewer: Offer several reports
In the document preview, end users can...
diagShape (Variable type)
The diagShape type is used to define all the advanced characteristics of the original shape used in a diagram.
<Source>.CheckMemo (Función)
Verifica la integridad estructural de los memos de una tabla HFSQL.
diagRectangle (Tipo variable)
El tipo diagRectangle se utiliza para definir todas las características avanzadas de una forma de tipo Rectángulo.
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)...
diagGroup (Tipo de variable)
El tipo diagGroup se utiliza para definir todas las características avanzadas de un grupo de formas en un control Editor de diagramas.
Report based on a query
Queries are used to easily select records in one or more data files...
diagPolygon (Tipo variable)
El tipo diagPolygon se utiliza para definir todas las características avanzadas de una forma de tipo Polígono.
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)...
YesNo (Función)
Muestra un mensaje en un cuadro de diálogo estándar que propone la opciones "Sí" y "No", y devuelve la respuesta del usuario.
The "dynamic" Tab control
The "Dynamic tab" Tab control is used to display several windows in the same window...
RequestRefreshUI
Solicita la ejecución del evento "Solicitud para actualizar la visualización" (y devuelve el control sin esperar a que se ejecute el evento).
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes.
RequestRefreshUIParent
Pide que se ejecute el proceso "Solicitud para actualizar la visualización" del padre.
<Window>.EdSelectOccurrence (Función)
Indica el número de controles seleccionados cuando la interfaz es modificada por el usuario final (opción "Permitir a los usuarios finales modificar la IU" activada).
AAFChangeCaption (Function)
Customizes the text of a menu option for context menus corresponding to an AAF (Automatic Application Feature).
notificationAction (Variable type)
The notificationAction type is used to describe an additional action associated with a notification.
El control Pestañas "dinámico" (sintaxis con prefijo)
El control Pestaña dinámica se utiliza para mostrar varias ventanas en la misma...
WinEdSelectOccurrence (Función)
Indica el número de controles seleccionados cuando la interfaz es modificada por el usuario final (opción "Permitir a los usuarios finales modificar la IU" activada).
<Window>.EdSelect (Función)
Devuelve uno de los controles seleccionados cuando la interfaz es modificada por el usuario final (opción "Permitir a los usuarios finales modificar la IU" activada).
WinEdSelect (Función)
Devuelve uno de los controles seleccionados cuando la interfaz es modificada por el usuario final (opción "Permitir a los usuarios finales modificar la IU" activada).
diagConnector (Variable type)
The diagConnector type is used to define all the advanced characteristics of a connector in a diagram.
Height (Property)
The Height property gets and sets the height:
  • of a control or block in a report.
  • of a control (in a window), window, row of a Table, List Box or ListView control, option of a Radio Button or Check Box control, break header or footer of a Table or Looper control.
  • of a control (in a page), break header or footer in a Table or Looper control. The control can be overlayable or not.
  • of a break cell in a Table or Looper control.
Width (Property)
The Width property gets and changes the width:
  • of a control or block in a report.
  • of a control (found in a window), window, column found in a table or column found in a list box (including listview).
  • of a control (found in a page), column found in a table or column found in a list box. The control can be overlayable or not.
Declaring and using a variable
A variable is defined by name and type...
diagHead (Variable type)
The diagHead type is used to define all the advanced characteristics of an end of a connector in a diagram.
Configuring an application with User Groupware
Inserts a separator into a menu.
Search and full-text index
HFSQL proposes a quick search for character strings in the data...
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device.
The windows and pages of the User Groupware
Two methods can be used to include the User Groupware...
Socket: create a standard socket server
WINDEV allows you to create a standard socket server...
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
WiFiConnectionInfo( Función)
Devuelve la información solicitada sobre la conexión Wi-Fi actual del dispositivo.
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
2. Desarrollo
Tutorial WINDEV Mobile: Desarrollar una aplicación para Android y iOS Lección 2 - Desarrollo - 30 min
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
<Window>.EdDeselectAll (Función)
Deselecciona todos los controles cuando el usuario final modifica la interfaz (opción "Permitir que los usuarios finales modifiquen la IU" activada).
Compartir código fuente mediante el SCM
Tutorial WINDEV - Un SCM para WINDEV Compartir código fuente mediante el SCM - 30 min
WinEdDeselectAll (Función)
Deselecciona todos los controles cuando el usuario final modifica la interfaz (opción "Permitir que los usuarios finales modifiquen la IU" activada).
Report based on a variable (Data binding)
A report based on a variable is used to directly print the information found in a WLanguage variable...
Report based on a memory area
A report based on a memory area is used to print the records stored in a memory area...
HTTPRequest( Función)
Inicia una petición HTTP en un servidor.
RequestUpdateUI (Función)
Solicita la ejecución del evento "Solicitud para actualizar la visualización" (y devuelve el control sin esperar a que se ejecute el evento). Esta función se conserva por motivos de compatibilidad con versiones anteriores.
Android Control Center
Do you know where to find your application log files?
Display (External language)
Displays a value in a control or assigns a value in a variable.
HFSQL error handling help
WINDEV, WEBDEV and WINDEV Mobile include a module for assisted management of HFSQL errors...
ContactEdit (Función)
Abre los detalles de un contacto en modo de edición en la aplicación predeterminada del dispositivo (Android, iPhone, iPad).
The Multiline Zone control
The Multiline Zone control is used to easily create interfaces in iOS style.
iPrintPDF (Function)
Prints the content:
  • of a PDF file.
  • of a buffer containing a PDF.
  • of a PDF Reader control.
hBackupDescription (Tipo de Variable)
El tipo hBackupDescription se utiliza para describir mediante programación una copia de seguridad HFSQL Client/Server.
WEBDEV and Google Analytics
Google Analytics is a very popular tool for measuring site traffic...
Descubra WINDEV Mobile
Tutorial WINDEV Mobile - Presentación de WINDEV Mobile Descubra WINDEV Mobile - 10 min
API description (Variable type)
An API Description variable is used to describe an API, its parameters, its return value and its calling options programmatically.
WarningAsynchronous (Función)
Muestra un mensaje personalizado en una ventana de advertencia del sistema no bloqueante.
Restablecer (Función)
Reinicia:
  • todos los controles que se encuentran en la ventana o página actual (incluyendo los grupos de controles, los supercontroles y las ventanas internas).
  • los controles que se encuentran en un grupo de controles, un supercontrol, una ventana interna o una página interna.
Report based on a data file
A report based on a data file is used to print the records coming from a single data file (HFSQL Classic or Client/Server, accessed via a Native Access, ...
AAFOpenHelp (Function)
Opens the AAF (Automatic Application Features) help website.
Two-level setup
The two-level setup (or multisite setup) combines:
  • a reference network setup deployed on a local network.
  • an HTTP setup used to update the reference setup on the local network.
Tipo de elemento: Contraseña segura
Los elementos de "contraseña" se utilizan para almacenar de forma segura las contraseñas mediante el uso de una sal y un algoritmo hash...
1. Descubra WINDEV
Tutorial WINDEV: Presentación de WINDEV Lección 1 - Descubra WINDEV - 5 min
2. Ejemplos y componentes proporcionados con WEBDEV
Callback jauge fonction zipExtraitTout
Adaptar un sitio web a varios idiomas
Tutorial WEBDEV - Gestionar varios idiomas en un sitio web Adaptar un sitio web a varios idiomas - 50 min
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser...
Mensajes de error que se pueden visualizar en el navegador
Esta página de ayuda presenta los diferentes mensajes de error que se pueden mostrar en el navegador....
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions.
4. Ventanas con búsqueda
Tutorial WINDEV Mobile: Desarrollar una aplicación para Android y iOS Lección 4 - Ventanas con búsqueda - 30 min
hScheduledTask (Variable type)
The hScheduledTask type is used to manage a scheduled HFSQL Client/Server task through programming...
HModify (Example)
Usage example of the HModify function
Using the Control Centers in Client/Server mode
All the Control Centers provided with WINDEV, WEBDEV and WINDEV Mobile use the same database...
Manipulating a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project...
2. Realizar una búsqueda simple y navegar por los registros
Tutorial WINDEV - Gestionar datos en una aplicación WINDEV Lección 2 - Realizar una búsqueda simple y navegar por los registros - 30 min
BarCodes (Variable type)
The BarCodes type is used to handle the information found in a bar code.
WDTRAD options
The docColumn type is used to define the advanced characteristics of a table column found in a Word Processing document.
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions...
1. Crear páginas
Tutorial WEBDEV - Crear un sitio WEBDEV Lección 1 - Crear páginas - 10 min
Funciones del control de visualización HTML
Lista de funciones para la gestión de controles de visualización HTML
SQLExec (Example)
Usage example of the SQLExec function
AuthToken (Tipo de variable)
El tipo AuthToken contiene las características de un token de acceso a un servicio web.
Funciones de ventanas
Lista de funciones para la gestión de ventanas
WinEdRestore (Función)
Deshace todos los cambios realizados por el usuario final (opción "Permitir a los usuarios finales modificar la interfaz de usuario" activada).
MenúExistir (Función)
Indica si existe una opción de menú en un menú..
<Window>.EdRestore (Función)
Deshace todos los cambios realizados por el usuario final (opción "Permitir a los usuarios finales modificar la interfaz de usuario" activada).
<Menu>.Exist (Función)
Indica si una opción de menú existe en un menú.
<htmlNode variable>.FindElementByTag (Función)
Busca elementos que correspondan a una etiqueta en un nodo HTML.
HTMLFindElementByTag (Function)
Searches for elements that correspond to a tag in an HTML document (or an HTML node).
<htmlDocument variable>.FindElementByTag (Función)
Busca elementos que correspondan a una etiqueta en un documento HTML.
Translating a text file with WDTRAD
El tipo pdfControl permite obtener todas las características y valores de un control que se encuentra en un formulario PDF.
WinEdSelectPlus (Función)
Selecciona un control cuando el usuario final modifica la interfaz (opción "Permitir que los usuarios finales modifiquen la IU" activada).
<Window>.EdSelectPlus (Función)
Selecciona un control cuando el usuario final modifica la interfaz (opción "Permitir que los usuarios finales modifiquen la IU" activada).
Almacenamiento de archivos en Android
El sistema de archivos de los dispositivos que ejecutan Android está dividido en dos áreas principales de almacenamiento...
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
Pyramid charts
Pyramid charts allow you to view data in descending order...
1. Componentes proporcionados con WINDEV
WINDEV es proporcionado con proyectos que contienen componentes.
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
New Features brochure - Version 2024: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 2024 presented in the 2024 New Features brochure.
2024 novelties brochure: WEBDEV novelties
El administrador WEBDEV (versión de implementación) permite actualizar WEBDEV Application Server...
1. Ejemplos proporcionados con WINDEV Mobile
WINDEV y WINDEV Mobile le permiten desarrollar aplicaciones para tabletas Windows 10, Windows Phone 10 y teléfonos Windows 10 (Universal Windows 10 apps)...
Socket: Creating a simplified socket server
WINDEV gives you the ability to create a simplified socket server...
Monitoring robot: Robot settings
From the monitor, you can change the configuration options...
DisplayMask (Property)
The DisplayMask property is used to:
  • Find out the display mask.
  • Modify the display mask.
This display mask is displayed when the control is in read-only or when the control does not have focus.
Compile (Function)
Dynamically compiles a procedure whose source code is supplied (dynamic compilation).
psheetSelection (Variable type)
The psheetSelection type is used to find out the advanced characteristics of a selection in a Spreadsheet control.
Folleto de novedades - Versión 27: Novedades comunes
Novedades de WINDEV, WEBDEV y WINDEV Mobile 27 presentadas en la Revista de novedades.
Connected devices: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects...
AJAX: Llamadas directas a procedimientos
A partir de la versión 2024, no es necesario utilizar las funciones AJAXExecute y AJAXExecuteAsynchronous para realizar llamadas AJAX...
New products brochure 28: Common new products
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure.
Creando una ventana plantilla
Devuelve el estado de una opción de menú (activa, invisible, en gris).
2. Ejemplos proporcionados con WINDEV
Los ejemplos proporcionados con WINDEV tienen como objetivo ayudarle a conocer las funcionalidades de WINDEV.
Centro de Control HFSQL: Copias de seguridad HFSQL Cliente/Servidor
El Centro de Control HFSQL permite gestionar las copias de seguridad de las tablas HFSQL Cliente/Servidor...
<HTML Display control>.ControlValue (Función)
Se utiliza para identificar o modificar un control de un formulario HTML contenido en un control de visualización HTML.
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
GDPR: Overview
From May 25, 2018, the GDPR (General Data Protection Regulation) replaced the "Informatique et Libertés" law in force since January 6, 1978...
restRequest (Tipo de variable)
El tipo restResponse permite definir todas las características avanzadas de una respuesta REST.
httpRequest (Tipo de variable)
El tipo httpRequest permite definir las características avanzadas de una solicitud HTTP/HTTPS.
¿Cómo hacer copias de seguridad de bases de datos HFSQL Cliente/Servidor?
La copia de seguridad de las bases de datos HFSQL Cliente/Servidor puede realizarse ...
Brochure des nouveautés 2024 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
Propiedades del control de la barra de progreso
Lista de propiedades asociadas al control Progress Bar
InputMask (Property)
The InputMask property is used to:
  • get the input mask.
  • set the input mask (from the masks available for the type).
New Features brochure - Version 2024: New WEBDEV features
WEBDEV 2024 innovations in the 2024 Innovations brochure.
Propiedades de reportes y controles asociados
Lista de propiedades asociadas a los informes y sus controles
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields...
New Features brochure - Version 2024: New WINDEV features
WINDEV 2024 new features in the 2024 New Features brochure.
Tipos avanzados
Los tipos avanzados de WLanguage son los siguientes
Valor de las constantes para la API de 32 bits de Windows
Valor de las constantes para la API de 32 bits de Windows
Mapa del sitio de la documentación de PC SOFT
Specific features of print in PDF format
1
9