AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 1151-202 de 202 para management
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage...
WINDEV and the communication streams (audio, sound)
To handle the communication streams, WINDEV includes...
Principle of remote check
Deletes a variable from the MATLAB session.
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
TableDelete (Function)
Deletes a row from:
  • a Table control,
  • a TreeView Table control,
  • a table displayed in a Combo Box control.
Manipulación de controles Procesador de texto mediante programación (sintaxis con prefijo)
Los controles Procesador de texto pueden manipularse mediante programación...
Creating user accounts
A User account allows the server administrator to...
<Connection variable>.ModifyFileRights (Función)
Establece los derechos concedidos a un usuario o grupo en un archivo de datos HFSQL Cliente/Servidor.
ExceptionInfo (Function)
Retrieves information about the current exception.
<Source>.SavePosition (Función)
Almacena el contexto actual del archivo (registro actual, filtro, punteros).
Funciones de gestión de subprocesos
Lista de funciones de gestión de subprocesos
ThreadExecute (Function)
Starts the execution of a secondary thread.
Almacenamiento de archivos en Android
El sistema de archivos de los dispositivos que ejecutan Android está dividido en dos áreas principales de almacenamiento...
<Source>.Mode (Función)
Cambia el modo y método de bloqueo de los archivos de datos.
Constants for managing animations
List of constants used by the functions for managing animations
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)...
Archivo HFConf.Ini
El archivo HFConf.INI se encuentra en la raíz del servidor. Este archivo se utiliza para definir varias características del servidor HFSQL Client/Server.
GDPR (Property)
La propiedad GDPR permite:
  • determinar si un elemento de una tabla cumple el RGPD.
  • definir si el RGPD debe aplicarse a un artículo (sólo en la descripción del artículo en el código).
WDInst: gestión de los archivos a instalar
El editor de instalación WDInst se usa para manejar los archivos para instalar...
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
ActiveDirectory (Property)
La propiedad ActiveDirectory permite conectarse a un servidor HFSQL utilizando la autenticación de Active Directory.
HRead (Function)
Reads a record in a file according to a given record number.
The Duration field: Edit control and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
CriticalSectionStart (Function)
Marks the beginning of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
Automation object
The Automation keyword is used to declare an automation object...
Multilingual project
La propiedad Extra gestiona información adicional.
<Source>.Read (Función)
Lee un registro en un archivo de datos de acuerdo con un número de registro determinado.
Detecting Beacons
A "beacon" is a hardware transmitter that can "dialog" on a small perimeter with smartphones or tablets via a Bluetooth connection...
Errores en la gestión de archivos de datos
Cuando una función HFSQL falla (devuelve False, por ejemplo), se puede conocer mediante programación el número del error correspondiente con la función HError...
Creating the Table pages of the WEBDEV RAD pattern
The ExtendedInfo property is used to get additional information:
  • about a data file accessed by a Native Connector or HFSQL Client/Server.
  • about an item accessed by a Native Connector or HFSQL Client/Server.
  • about a connection. In this case, this property is equivalent to CtExtendedInfo.
<Table>.Delete (Función)
Elimina una fila de:
  • un control Tabla,
  • un control Tabla TreeView,
  • una tabla que se muestra en un control Combo Box.
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers...
Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
3. Layouts
Tutorial WINDEV Mobile: Desarrollar una aplicación para Android y iOS Lección 3 - Orientación de la ventana (layouts) - 15 min
Stored procedures and queries (HFSQL Client/Server)
The stored procedures are used to simplify the development and the maintenance of your applications by factorizing the code...
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....
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Envío y recepción de correos electrónicos
WINDEV, WEBDEV y WINDEV Mobile le permiten gestionar directamente los correos electrónicos de sus aplicaciones....
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000...
The Time field: Edit control and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
HFSQL Client/Server: Presentación
Tiene la posibilidad de crear aplicaciones que accedan a las bases de datos de HFSQL Client/Server....
Vista materializada
WINDEV allows you to manipulate an OLE field directly by programming...
New Features brochure - Version 2024: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 2024 presented in the 2024 New Features brochure.
NotifPushDisable (Function)
Disables the management of push notifications for a WINDEV Mobile application (Android or IOS).
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters...
Brochure des nouveautés 2025 : Nouveautés communes
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2025 présentes dans la brochure des Nouveautés 2025.
1. Componentes proporcionados con WINDEV
WINDEV es proporcionado con proyectos que contienen componentes.
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project...
StoreSortAAF (Property)
The StoreSortAAF property is used to determine and specify if the sorting order defined by the user on a Table or TreeView Table control is kept when an application is closed and opened again.
ControlInfoXY (Función)
Devuelve el nombre del control situado en una posición dada.
In-App purchases
The mobile systems (Android/iOS) allow their applications to propose content at extra cost, by using the payment system of App Store or Google Play...
Link control associated with an item containing an email address
In a database, the email address of customers, suppliers, ...
State (Property)
The State property gets and sets the state of an element.
Phone constants (Android / iOS)
When modifying the analysis of a replicated application (add an item, a file, ...
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.
RTFInsert (Function)
Inserts a character string in RTF into the content of an RTF control (found in a window or in a report) or into the content of a character string in RTF.
FaxRestart (Function)
Restarts a fax in the spooler.
Tips for an application that uses the User Groupware
To simplify the configuration of the groupware management according to the users, it is recommended to use groups of controls...
New products brochure 28: Common new products
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure.
Describing the replicated files (ReplicEdit)
A replication includes one or more data files...
RTFAdd (Function)
Adds a character string (in RTF or not) at the end of RTF edit control, RTF control in a report or character string containing a text in RTF.
CallDLL32 (Function)
Runs a function found in an external DLL.
Managing Responsive Web Design in your Web pages
Websites can be viewed on several platforms...
Implementar una aplicación Android
Tutorial WINDEV Mobile: Implementar una aplicación Android 10 min
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)...
MySQL Native Connector: Features and notes
Remarks and specific features of the Native MySQL Connector
LDAPConnect (Function)
Used to connect to an LDAP server via the characteristics defined in the LDAPSession structure.
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account...
Programming overview in C and C++
Reads the header of the email found after the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
TableStartFilling (Función)
Inicia el Process para poblar una Tabla o control Tabla TreeView de forma programada.
Image Editor control: Options in the ribbon and the panes
The Image Editor control offers a host of options accessible via...
Funciones de matrices
Lista de funciones para la gestión de matrices
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application...
SaaS administrator
The SaaS administrator is a Web site used to configure and manage the SaaS sites deployed on a WEBDEV Application Server...
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
LooperEndFilling (Function)
Ends the process to populate a Looper control programmatically.
FaxDisconnect (Function)
Closes a connection to a fax server (established beforehand by FaxConnect).
tapiStopCallDetection (Función)
Detiene la detección de llamada especificada que fue iniciada por tapiListen.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser...
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows...
Funciones de controles
Lista de funciones para gestionar controles
Manipulación de una pestaña dinámica mediante programación (sintaxis con prefijo)
WINDEV permite manipular controles Tabla dinámica utilizando las funciones TabXXX y diferentes propiedades WLanguage...
Automatic data file modification
The automatic data file modification updates the description of data files on user computers...
FaxDelete (Function)
Deletes a fax from the spooler and cancels it.
HOnError (Example)
Usage example of the HOnError function
Funciones de impresión
Lista de funciones de impresión
FaxPause (Function)
Pauses a fax in the spooler.
FaxResume (Function)
Re-enables a fax paused in the spooler (pending fax).
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties...
Constantes para ficheros externos
Lista de constantes utilizadas por las funciones para la gestión de archivos externos.
Análisis compartido entre las aplicaciones WINDEV anteriores y las aplicaciones WINDEV 2024
Un análisis puede ser compartido entre una aplicación WINDEV...
CallInterface( Función)
Ejecuta un método de una interfaz de un objeto implementado en una DLL externa a la WINDEV framework.
Automatic context menu for the Scheduler controls
Each Scheduler control in a window offers the user a menu by default.
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)...
Context menu of Organizer controls (AAF)
Each Organizer control in a window offers the user a menu by default...
Numerical or Monetary fields: Edit control or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
Progress Bar control functions
The control management functions for ProgressBar fields in a WEBDEV page are as follows:
Creating and generating an external component
A component must be created from a project containing all the elements required for the component...
<Imagen>.DrawChord (Function)
Dibuja la cuerda de un círculo (inserción entre una elipse y una línea recta) en un control Imagen.
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.
FaxStatus (Function)
Returns the status of a fax sent by FaxSend.
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example).
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...
iDestination( Función)
Configura el destino de impresión.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
PARA TODOS/PARA CADA declaración (navegar por las cadenas)
El PARA CADA UNO se usa para navegar por las cadenas de acuerdo a diferentes métodos....
Managing HFSQL Client/Server databases
The HFSQL Control Center allows you to fully manage HFSQL Client/Server databases...
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
Brochure des nouveautés 2024 : Nouveautés WINDEV
Nouveautés de WINDEV 2024 présentes dans la brochure des Nouveautés 2024.
Errors during an FTP installation
The list below presents the error messages that are displayed in the remote setup wizard (for the site manager)...
fDirAttribute (Function)
Returns or modifies the attributes of a directory.
Clases, miembros, métodos y propiedades
Una clase se compone de....
Creating the Relation windows of a WINDEV RAD pattern
Descarga un directorio y sus archivos de una unidad remota al equipo del usuario.
<WDPic variable>.DrawChord (Función)
Dibuja la cuerda de un círculo (inserción de una elipse y una línea recta) en una variable de tipo WDPic.
Window templates
WINDEV and WINDEV Mobile allow you to create window templates...
2024 novelties brochure: WEBDEV novelties
El administrador WEBDEV (versión de implementación) permite actualizar WEBDEV Application Server...
<picLayer variable>.DrawChord (Función)
Dibuja la cuerda de un círculo (inserción entre una elipse y una línea recta) en una variable de tipo picLayer.
Gestión de derechos sobre HFSQL Client/Server
Para garantizar la seguridad y confidencialidad de los datos, algunas acciones pueden estar restringidas a un grupo de usuarios....
ConfigureAAF (Function)
Used to specify the behavior of some Automatic Application Features (AAF).
HChangeDir (Función)
Cambia la ruta de acceso a un archivo de datos (es decir, el directorio en el que se manipulará el archivo).
Paneles acoplables
WINDEV, WINDEV Mobile y WEBDEV proponen varios paneles acoplables....
HOpenConnection (Function)
Opens a connection to a specific database.
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project...
2. Ejemplos proporcionados con WINDEV
Los ejemplos proporcionados con WINDEV tienen como objetivo ayudarle a conocer las funcionalidades de WINDEV.
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)....
<Source>.Delete (Función)
Elimina un registro de un archivo de datos (consulta o vista).
SAP ASE Native Connector (Sybase): Features and notes
The following paragraphs present the main aspects and specific features of the Native SAP ASE Connector (also called Native Sybase Access)...
5. Gestos de deslizamiento en una ventana
Tutorial WINDEV Mobile: Desarrollar una aplicación para Android y iOS Lección 5 - Gestos de deslizamiento en una ventana - 20 min
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
La control Línea de tiempo
La control Línea de tiempo se utiliza para representar cronologías de eventos cercanos que pueden ser paralelos.
Column events (Table control)
List of events associated with the columns of Table controls
Propiedades HFSQL
Lista de propiedades HFSQL
Creating the Relation pages of a WEBDEV RAD pattern
La palabra clave Palette puede corresponder a:
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window...
<Source>.ChangeDir (Función)
Cambia la ruta de acceso a un archivo de datos (es decir, el directorio en el que se manipulará el archivo).
WINDEV and OPC
OPC stands for "OLE for Process Control"...
HDelete (Function)
Deletes a record from a data file (query or view).
Gestión de tareas paralelas
Los ordenadores son cada vez más potentes....
Traducir la interfaz a varios idiomas
Una vez seleccionados los idiomas, la información que se muestra en la aplicación debe traducirse a los diferentes idiomas...
Designing a supercontrol
A supercontrol is an advanced type of control...
gpwUser (Variable type)
The gpwUser type is used to describe and modify the characteristics of a user of WEBDEV or WINDEV User Groupware.
iParameter (Function)
Retrieves the printer configuration and configures the print.
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control...
WDOptimizer: Index optimization
WDOptimizer includes multiple modes to optimize indexes...
Oracle Native Connector: Programming with HFSQL functions
To use an Oracle database with the Native Connector, the structure of ORACLE tables must be imported into the WINDEV or WEBDEV analysis...
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application.
Desencadenadores de aplicaciones
Un desencadenador es un procedimiento WLanguage llamado automáticamente por el motor HFSQL cada vez que se realiza una modificación (adición, eliminación, modificación, ...) en un registro de una tabla.
Pinned area on a page: fixed area on screen (Fixed)
A fixed area in a page is a page section that remains visible even if the Web user moves the browser scrollbar...
WINDEV: Example of programmed Drag and Drop
Ignora los resultados de la ejecución de un comando Redis agregado con la función RedisPipelineAdd.
Configuring the registry (dynamic WEBDEV websites)
When installing a WEBDEV website on a Windows server, the details regarding the site are automatically inserted into the registry, at the following entry...
<Table>.AddLineWithAnimation (Función)
Añade una fila a un control Tabla o TreeView con una animación.
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables...
<Thread>.SendSignal (Función)
El subproceso actual envía una señal al subproceso que está en espera para desbloquearlo.
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
2. Funciones WLanguage específicas de los teléfonos
Extracts and decompresses a list of files found in an archive to a physical location.
<Connection variable>.InfoFileRights (Función)
Permite conocer los permisos otorgados a un usuario o grupo sobre un archivo de datos HFSQL Client/Server.
Prueba de una consulta
El editor de consultas le permite ejecutar la prueba del resultado de la consulta....
Customizing the User Groupware
Deletes a variable from the MATLAB session.
Check spelling based on Hunspell dictionaries
WINDEV gives you the ability to use the spelling checker of the Word Processing controls in WINDEV applications...
HFSQL Client/Server: Setting up data files on the server
Deletes the altitude colors specified by grSurfaceAltitudeColor.
HInfoFileRights (Función)
Permite conocer los permisos otorgados a un usuario o grupo sobre un archivo de datos HFSQL Client/Server.
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time...
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback").
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.
New products brochure 27: WEBDEV new products
New features in WEBDEV 27 presented in the New Features brochure.
The Date input field: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
TwainState (Example)
Usage example of the TwainState function
saasSite (Variable type)
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV website.
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol.
6. Imprimir el catálogo de productos
Tutorial WINDEV Mobile - Desarrollar una aplicación para Android y iOS Lección 6 - Imprimir el catálogo de productos - 20 min
API (Function)
Runs a function found in an external DLL.
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites...
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)...
PostgreSQL Native Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database...
Crear un modelado flexible
Para crear un nuevo modelado flexible, puede...
Folleto de novedades - Versión 27: Novedades comunes
Novedades de WINDEV, WEBDEV y WINDEV Mobile 27 presentadas en la Revista de novedades.
Brochure des nouveautés 2024 : nouveautés WINDEV Mobile
Nouveautés de WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
Email (Variable type)
The Email type is used to handle the email content as well as the associated information.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments...
implementación en la casa
La implementación interna de Apple permite superar la mayoría de las limitaciones de los otros dos modos (App Store implementación y Ad Hoc implementación) y distribuir ampliamente una aplicación sin la necesidad de los dispositivos cliente de reference...
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
Connected devices: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects...
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
xBase/FoxPro Native Access: Features and notes
This help page presents the specific features regarding the programming of Native xBase/FoxPro Access...
dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line):
  • in an Image control,
  • in an Image variable,
  • in a WDPic variable (on the background layer),
  • in a picLayer variable.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage...
DisableAAF (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
<gglConnection variable>.Connect (Función)
Gestiona la autenticación en un servidor de Google (mediante el modo de autenticación "OAuth 2.0").
Events associated with Looper controls
List of events associated with Looper controls
MariaDB Native Connector: Features and notes
This page presents the main aspects and requirements of the Native MariaDB Connector...
<Image variable>.DrawChord (Función)
Dibuja la cuerda de un círculo (inserción entre una elipse y una línea recta) en una variable de tipo Image.
Folleto de novedades - Versión 27: Novedades de WINDEV
Novedades de WINDEV 27 presentadas en la Revista de novedades.
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...
HFSQL constants
List of constants used by the HFSQL functions.
Image editor: Features
The image editor includes several features...
New Features brochure - Version 2024: New WEBDEV features
WEBDEV 2024 innovations in the 2024 Innovations brochure.
Folleto de novedades - Versión 27: novedades de WINDEV Mobile
Las novedades de WINDEV Mobile 27 se presentan en la Revista de novedades.
Folleto de novedades - Versión 28: Novedades de WEBDEV
Las novedades de WEBDEV 28 se presentan en la Revista de novedades.
2. Desarrollo
Tutorial WINDEV Mobile: Desarrollar una aplicación para Android y iOS Lección 2 - Desarrollo - 30 min
Mapa del sitio de la documentación de PC SOFT
Specific features of print in PDF format
1
9