AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 251-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.
Handling a dynamic programmatically
WINDEV allows you to manipulate Dynamic Tab controls with the TabXXX functions and with multiple WLanguage properties...
Análisis compartido entre las aplicaciones WINDEV anteriores y las aplicaciones WINDEV 2024
Un análisis puede ser compartido entre una aplicación WINDEV...
Constantes para ficheros externos
Lista de constantes utilizadas por las funciones para la gestión de archivos externos.
Tablas de programación
WINDEV, WEBDEV y WINDEV Mobile incluyen un control Gráfico (que se puede utilizar en el editor de ventanas, en el editor de páginas y en editor de reportes), así como varias funciones utilizadas para crear gráficos y manipular....
HCreationIfNotFound (Function)
Performs the following operations:
  • If the data file doesn't exist, create an empty data file (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary.. The function is equivalent to HCreation.
  • If the data file exists, opens the data file.
<Source>.Read (Función)
Lee un registro en un archivo de datos de acuerdo con un número de registro determinado.
<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.
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.
3. Layouts
Tutorial WINDEV Mobile: Desarrollar una aplicación para Android y iOS Lección 3 - Orientación de la ventana (layouts) - 15 min
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:
Programación de gráficos (sintaxis con prefijo)
WINDEV, WEBDEV y WINDEV Mobile incluyen un control Gráfico (disponible en los editores de ventanas, páginas y reportes), así como varias funciones que pueden utilizarse para crear y manipular gráficos...
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
HCreation (Function)
Creates an empty data file (extension ".FIC") with index file, full-text index file and memo file if required.
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...
Font set (WEBDEV website)
The browser support the most common fonts by default...
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....
Brochure des nouveautés 2024 : nouveautés WINDEV Mobile
Nouveautés de WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments...
Email (Variable type)
The Email type is used to handle the email content as well as the associated information.
PostgreSQL Native Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database...
Funciones varias
Lista de las distintas funciones de WINDEV, WINDEV Mobile y WEBDEV.
Folleto de novedades - Versión 27: Novedades comunes
Novedades de WINDEV, WEBDEV y WINDEV Mobile 27 presentadas en la Revista de novedades.
Crear un modelado flexible
Para crear un nuevo modelado flexible, puede...
API (Function)
Runs a function found in an external DLL.
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)...
Images and buttons
WINDEV, WEBDEV and WINDEV Mobile include many features to improve the appearance of applications and sites...
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
saasSite (Variable type)
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV website.
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
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol.
New products brochure 27: WEBDEV new products
New features in WEBDEV 27 presented in the New Features brochure.
TwainState (Example)
Usage example of the TwainState function
The Date input field: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
FaxStatus (Function)
Returns the status of a fax sent by FaxSend.
HTTPRequest( Función)
Inicia una petición HTTP en un servidor.
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.
Internal procedure
Several features require a procedure called once or several times via a WLanguage function ("Callback").
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...
1. Componentes proporcionados con WINDEV
WINDEV es proporcionado con proyectos que contienen componentes.
Properties of a help page
The characteristics of a help page are used to define...
MySQL Native Connector: Special features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database...
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...
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).
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters...
Phone constants (Android / iOS)
When modifying the analysis of a replicated application (add an item, a file, ...
Vista materializada
WINDEV allows you to manipulate an OLE field directly by programming...
<Spreadsheet>.AddWorksheet (Función)
Añade una hoja de cálculo a un control Hoja de cálculo que se encuentra en una ventana.
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.
SpreadsheetAddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
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...
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.
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.
HTransactionInProgress (Function)
Used to find out whether a transaction is in progress.
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).
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
Numerical or Monetary fields: Edit control or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
TableStartFilling (Función)
Inicia el Process para poblar una Tabla o control Tabla TreeView de forma programada.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
SaaSAdminConfigureSMTP (Function)
Configures the SMTP session associated with the administrator account of a SaaS session.
SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
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.
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...
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
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
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...
Organizar los directorios de un proyecto
Al crear un proyecto, se crea automáticamente un directorio específico para este proyecto....
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).
2. Ejemplos proporcionados con WINDEV
Los ejemplos proporcionados con WINDEV tienen como objetivo ayudarle a conocer las funcionalidades de WINDEV.
The Time field: Edit control and display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks...
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)....
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...
WDLog: Saving HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application...
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...
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...
Propiedades HFSQL
Lista de propiedades HFSQL
HTransacción (Función)
Inicia una transacción en los archivos de datos (HFSQL o accedido a través de una Conector Nativo) y crea el archivo de transacción.
<Imagen>.DrawChord (Function)
Dibuja la cuerda de un círculo (inserción entre una elipse y una línea recta) en un control Imagen.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage...
<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.
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.
<Source>.DeclareExternal (Función)
Importa temporalmente la descripción de una tabla en el esquema de base de datos actual a partir de una tabla HFSQL existente.
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).
<variable Connection>.TransactionStart (Función)
Inicia una transacción en los archivos de datos (HFSQL o a los que se accede a través de un Conector Nativo) y crea el archivo de registro de transacciones.
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...
Control Kanban
Originalmente, Kanban es un método japonés destinado a mejorar los procesos para conseguir un ciclo de producción más eficaz.
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...
<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
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...
Programming Calendar controls
WINDEV, WEBDEV and WINDEV Mobile allow you to manipulate a Calendar control through programming...
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...
2. Funciones WLanguage específicas de los teléfonos
Extracts and decompresses a list of files found in an archive to a physical location.
BurnerProperty (Function)
Used to find out and modify the properties of the current burner.
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.
Desencadenantes de la aplicación
Un trigger 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 un archivo de datos.
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.
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time...
HFSQL Client/Server: Presentación
Tiene la posibilidad de crear aplicaciones que accedan a las bases de datos de HFSQL Client/Server....
<Variable Connection>.Transaction (Función)
Inicia una transacción en los archivos de datos (HFSQL o a los que se accede a través de un Conector Nativo) y crea el archivo de registro de transacciones.
<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...
<Fuente>.Creation (Función)
Crea un archivo de datos vacío (extensión ".FIC") con el archivo de índice y el archivo memo, si es necesario.
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.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
Mapa del sitio de la documentación de PC SOFT
Specific features of print in PDF format
Connected devices: Android Wear
Android Wear is the version of the Android operating system dedicated to the connected objects...
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
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...
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.
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
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").
New Features brochure - Version 2024: New WEBDEV features
WEBDEV 2024 innovations in the 2024 Innovations brochure.
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...
Folleto de novedades - Versión 27: Novedades de WINDEV
Novedades de WINDEV 27 presentadas en la Revista de novedades.
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
1
9