AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 51-75 de 199 para [= (operation)
dInvertColor (Function)
Reverses the colors:
  • in an Image control,
  • in an Image variable,
  • in a WDPic variable (on the background layer),
  • in a picLayer variable.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
Frequently asked questions about HFSQL Cluster
Frequently asked questions about HFSQL Cluster.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
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.
HDelete (Function)
Deletes a record from a data file (query or view).
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position:
  • for a field linked to a file: changes made to the linked data file are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
<Connection variable>.InfoDatabaseRights (Función)
Permite conocer los permisos otorgados a un usuario o grupo sobre una base de datos.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)...
Constants for encryption/compression
List of constants used by the encryption/compression functions
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
<DiskFile variable>.ReadLine (Función)
Lee una línea de un archivo externo (ANSI o Unicode).
<Table>.Display (Function)
Refreshes a Table or TeeeView Table control from a given position:
  • for a field linked to a file: changes made to the linked data file are reflected in the field..
  • for a programmatically manipulated field: calculated columns are re-calculated.
ComponentLoad (Function)
Loads an external component. This component can be:
  • an external component present in the current project.
  • an external component independent of the current project.
Other operators
The following are additional operators...
dVerticalSymmetry (Function)
Flips an image with respect to a vertical axis (symmetry with respect to a vertical axis).
WDADMINEXE: Remote application control
The remote control of a WINDEV application allows the manager of an application used in network to manage the automatic or forced shutdown of the application for all the current users...
dHorizontalSymmetry (Function)
Flips an image with respect to a horizontal axis (symmetry with respect to a horizontal axis).
<Source>.Delete (Función)
Elimina un registro de un archivo de datos (consulta o vista).
HOnError (Function)
Customizes the management of HFSQL errors.
2025 new features brochure: WEBDEV new features
What's new in WEBDEV 2025 is presented in the What's new 2025 brochure.
<Image>.Resize (Función)
Redimensiona una imagen en un control Imagen.
Managing rights on HFSQL Client/Server
To ensure data security and confidentiality, some actions may be restricted to a group of users...
<Source>.OnError (Función)
Personaliza la gestión de errores HFSQL.
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)...
fReadLine (Function)
Reads a line from an external file (ANSI or Unicode).
Automatic Drag and Drop
For some types of controls, WINDEV and WEBDEV offer an automatic management of Drag and Drop.
<Connection variable>.TransactionCancel (Función)
Si una transacción está activa, revierte todos los cambios realizados en los archivos de datos desde el inicio de la transacción.
Remote WEBDEV administrator: Error message management
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed in the browser of the Web user.
<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.
dResize (Función)
Redimensiona una imagen:
  • en un control Imagen.
  • en una variable de tipo Image.
  • en una variable de tipo picLayer].
Server triggers
Server triggers are stored procedures executed by the server before or after a write operation performed on a database file...
HViewToFile (Example)
Example of function use HViewToFile
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas...
Share your projects via Git
Git is a source code manager...
fReadLine (Example)
Usage example of the fReadLine function
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Creating a .NET assembly from WINDEV
To create a.NET assembly, ...
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention...
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...
HSynchronizeReplica (Example)
Usage example of the HSynchronizeReplica function
<Image>.Rotation (Función)
Gira un control Imagen.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information...
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code...
Install a WEBDEV Application Server for Linux
There are several steps to install the WEBDEV Application Server on a Linux server ...
TreeAdd (Function)
Adds a "leaf" element (and all necessary nodes) into a TreeView control.
Common problems
Propiedades del control Combo Box
Un control Combo Box en una ventana o página puede manipularse usando propiedades WLanguage...
Additional setup modules
The setup wizard allows you to include additional modules in the setup. The additional modules are used to add additional options to the setup program and to access the advanced setup parameters.
HMigrateLinkedCompositeKey (Function)
Migrates the values of the linked composite keys coming from a file in Hyper File 5.5 format to the HFSQL Classic format.
WDInst: advanced options for network installation
The advanced options of the network setup are used to ...
Propiedades asociadas a los controles de visualización con formato
El control de visualización con formato incluye algunas propiedades ...
EmailStartPOP3Session (Function)
Starts a session for receiving and reading emails with the POP3 protocol.
Android 11: Changes to application behavior
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...
MariaDB Native Connector: Features and notes
This page presents the main aspects and requirements of the Native MariaDB Connector...
Propiedades del control Upload
El control Upload puede manipularse en código Servidor y Navegador utilizando diferentes propiedades WLanguage...
Debugger: Step-by-step project execution
Running a project step-by-step allows you to start the debugger when launching the application...
WDLog: Backup of HFSQL data files
WDLog allows you to save all the HFSQL data files used by a WINDEV or WEBDEV application...
dRotation (Función)
Realiza una rotación:
  • de un control Imagen.
  • de una variable de tipo Image.
  • de una variable de tipo picLayer.
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
Propiedades asociadas a un supercontrol
Lista de propiedades asociadas a un supercontrol
1. Funciones WLanguage específicas de WEBDEV
PageParameter (Function)
Returns the value of a parameter passed to the current page.
HReadFirst (Function)
Positions on the first file record according to a browse item.
Characteristics of an indexed control
Characteristics of an Indexed controls: description, code, ...
Propiedades asociadas a los controles List Box
Puede manipular controles List Box en una ventana o página utilizando diferentes propiedades WLanguage...
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc.
HFSQL Client/Server database: Recommendations
This help page presents the main recommendations for optimizing the security and performance of an HFSQL Client/Server database according to the constraints and desired features...
AAF: Manipulating columns in a Table field
The Table controls displayed in a window allow the end user to perform several operations...
HTransactionCancel (Function)
If a transaction is active, rolls back all changes made to the data files since the beginning of the transaction.
<Source>.ReadFirst (Función)
Establece la posición en el primer registro del archivo de datos de acuerdo con un elemento de navegación.
Creating requirements
The following steps must be performed to implement the requirements...
Propiedades del control ListView
Lista de propiedades asociadas al control ListView
BurnerEject (Function)
Opens or closes the door of the current burner.
Propiedades asociadas a los controles Combo Box que muestran una tabla
2024 novelties brochure: WEBDEV novelties
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows...
Propiedades del control Panel acoplable
Puede manipular los controles del Panel acoplable en una ventana utilizando las siguientes propiedades de WLanguage...
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.
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
LDAPReplaceAttribute (Function)
Replaces all the values of an attribute by a specific value.
HDBDescribeFile (Function)
Describes a file in dBase3 format (most common format) programmatically.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
<QuickAction variable>.Pin (Función)
Genera una solicitud para fijar una acción rápida.
Propiedades del control Área de texto enriquecido
Puede manipular los controles Área de texto enriquecido en una ventana utilizando las siguientes propiedades de WLanguage...
<Fuente>.CreationIfNotFound (Función)
Realiza las siguientes operaciones:
  • Si el archivo no existe, crea un archivo de datos vacío (archivo de extensión ".FIC") con el archivo de índice y el archivo memo, si es necesario. La función equivale a HCreation.
  • Si el archivo existe, abre el archivo.
Propiedades del control Enlace
El control Enlace está disponible en una página y en un informe...
The groups of controls
A group of controls is a set of controls grouped together in order for their characteristics (their visible status for example) to be modified (or checked) in a single operation programmatically...
Propiedades del control Imagen
Los controles Imagen incluyen propiedades que pueden ser manejadas en WLanguage tanto en las ventanas y páginas como en los informes...
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
<Table>.ToExcel (Función)
Crea un archivo Excel con los datos de una Tabla o control Tabla TreeView.
HDBIndex (Function)
Opens an xBase index file.
Propiedades asociadas a los modelos de controles
Se pueden utilizar varias propiedades de WLanguage para manejar un modelo de controles en una ventana o en una página...
CDEject (Function)
Opens or closes the door of CD/DVD player selected on the current computer.
Project Management Hub: Managing incidents
The Project Management Hub allows you to keep a history of the incidents encountered in your applications...
<Source>.MigrateLinkedCompositeKey (Función)
Migra el valor de las claves compuestas relacionadas que provienen de un archivo en formato Hyper File 5.5 al formato HFSQL Classic.
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example).
Parameters of the procedure used by fReadLine
WLanguage procedure ("Callback") called by fReadLine for each line read in the file.
UI modifiable by the end user
By default, WINDEV applications allow end users to modify the interface of the application...
Propiedades del control Looper
Puede manipular los controles Looper en una ventana o página utilizando las siguientes propiedades de WLanguage...
Propiedades de Control Celda
Lista de propiedades asociadas al control Celda
LDAPValidateAdd (Function)
Validates the addition of a new object into an LDAP server.
Manipulating iFrame controls programmatically
WEBDEV allows you to manipulate an iFrame control programmatically...
Propiedades del control Botón
Los controles Botón de una ventana o página pueden manipularse utilizando diferentes propiedades WLanguage...
WDReplic: Presentation
WDReplic is used to manage data replication between several computers...
TableToExcel (Function)
Creates an Excel file with the data from a Table or TreeView Table control.
<Spreadsheet>.RestorePositionAndSelection (Function)
Restores:
  • the scrollbar position in a Spreadsheet control,
  • the current worksheet,
  • the elements selected in the current worksheet of Spreadsheet control.
These elements have been saved by SpreadsheetSavePositionAndSelection.
hbRead (Function)
Reads cells (values of items) of a row (record) in an HBase table.
Resizing a window (AAF)
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment...
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site...
SpreadsheetRestorePositionAndSelection (Function)
Restores:
  • the scrollbar position in a Spreadsheet control,
  • the current worksheet,
  • the elements selected in the current worksheet of Spreadsheet control.
These elements have been saved by SpreadsheetSavePositionAndSelection.
MySQL Native Connector: Features and notes
Remarks and specific features of the Native MySQL Connector
LDAPStartAdd (Function)
Initializes the addition of a new object into an LDAP server.
<TreeView>.Add (Función)
Agrega un elemento "hoja" (y todos los nodos necesarios) en un control TreeView.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
PostgreSQL Native Connector: Features and notes
Remarks and specific features of Native PostgreSQL Connector...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default...
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor.
Oracle Native Connector: Features and notes
Remarks and specific features of the Native Oracle Connector
<Connection variable>.OpenConnection (Función)
Abre una conexión a una base de datos específica.
Propiedades del control Looper lineal
FaxStatus (Function)
Returns the status of a fax sent by FaxSend.
Propiedades del control Winform .Net
Las siguientes propiedades pueden utilizarse con controles .Net (WinForm) ...
LDAPAddAttribute (Function)
Adds an attribute or adds a new value to an existing attribute.
HCreation (Function)
Creates an empty data file (file extension ".FIC") with index file, full-text index file and memo file if required.
Propiedades del control Contenedor nativo
Puede manipular un control Contenedor nativo en una ventana utilizando las siguientes propiedades WLanguage...
List of extension attributes
The list of extension attributes ...
HFSQL Client/Server: Setting up data files on the server
Propiedades del control Tabla
Puede manipular los controles Tabla en una ventana o página utilizando las siguientes propiedades de WLanguage...
<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.
WDMap: Overview
WDMap is a tool used to view and handle a data file while developing an application...
Propiedades del control Agenda
Se pueden utilizar varias propiedades de WLanguage en un control Agenda que se encuentra en una ventana...
2024 new features brochure: WINDEV Mobile new features
What's new in WINDEV Mobile 2024 in the 2024 New Features brochure.
TreeView Table control properties
List of properties associated with the TreeView Table control
Propiedades del Control de número
Lista de propiedades asociadas al Control de número
Propiedades del control Barra lateral
Lista de propiedades asociadas al control Barra lateral
Associative array (Variable type)
An associative array is an "advanced" type of array...
2024 new features brochure: WINDEV new features
WINDEV 2024 new features in the 2024 New Features brochure.
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure.
How to include secure payment in a WEBDEV website?
This help page explains how to add a secure payment into a WEBDEV website...
Gestión de transacciones mediante programación
Este capítulo abarca los siguientes temas...
Propiedades del Control deslizante de rango
Las siguientes propiedades están asociadas a los Controles deslizante de rango:
Propiedades del control Barra de desplazamiento
Lista de propiedades asociadas al control Barra de desplazamiento
Propiedades del control Barra de progreso infinita
Un control Barra de progreso infinita puede manipularse en una ventana con las siguientes propiedades WLanguage...
Propiedades del control Chat IA
Puede manipular los controles Chat IA en una ventana utilizando las siguientes propiedades de WLanguage...
EmailStartSession (Function)
Starts an email management session based on the selected management mode (POP3, SMTP, IMAP or MS Exchange).
Propiedades del control deslizante (en una ventana)
Lista de propiedades asociadas al control deslizante que se encuentra en una ventana
Propiedades del control Texto estático
Lista de propiedades asociadas a un control Texto estático
Propiedades WLanguage de los controles Ventana interna
Lista de propiedades WLanguage de los controles Ventana interna
Propiedades del control Organigrama
Puede manipular los controles Organigrama en una ventana utilizando las siguientes propiedades de WLanguage...
Characteristics of Looper controls in a page
To view the characteristics of the control, select "Description" in the context menu.
Propiedades disponibles en Java
WINDEV le permite generar una aplicación Java sin siquiera conocer el lenguaje Java...
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:
HFSQL constants
List of constants used by the HFSQL functions.
Propiedades del control Cuadrícula
Puede manipular los controles Cuadrícula en una ventana utilizando las siguientes propiedades WLanguage...
Propiedades del control Zona multilínea
Un control Zona multilínea y sus filas pueden manipularse en una ventana o página utilizando las siguientes propiedades de WLanguage.
Propiedades del control Campo de entrada
En WLanguage, es posible manipular controles Campo de entrada una ventana, página o reporte mediante las siguientes propiedades...
Control Cajón de navegación propiedades
Lista de propiedades asociadas al control Cajón de navegación
2026 novelties brochure: WEBDEV novelties
WEBDEV 2026 new features in the 2026 New Features brochure.
WINDEV Mobile new features brochure 2025
What's new in WINDEV Mobile 2025 is presented in the What's new 2025 brochure.
Propiedades del control Botón segmentado
Puede manipular controles Botón segmentado en una ventana utilizando varias propiedades WLanguage...
Propiedades asociadas a los controles Línea de tiempo
Puede manipular los controles Línea de tiempo en una ventana utilizando las siguientes propiedades de WLanguage.
Propiedades del control Flexbox
Las propiedades WLanguage permiten manipular ...
New Features brochure - Version 2024: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 2024 presented in the 2024 New Features brochure.
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser...
Error messages that can be displayed in the browser
This help page presents the different error messages that can be displayed in the browser...
2. Ejemplos proporcionados con WINDEV
Los ejemplos proporcionados con WINDEV tienen como objetivo ayudarle a conocer las funcionalidades de WINDEV.
HFSQL functions
List of functions for HFSQL management
Propiedades del control Planificador
Puede manipular los controles Planificador en una ventana o página utilizando las siguientes propiedades de WLanguage.
Propiedades del control Cinta de opciones
Las propiedades WLanguage se pueden utilizar para manejar:
  • un control Cinta de opciones que se encuentra en una ventana.
  • un panel de un control Cinta de opciones.
  • un grupo en un control Cinta de opciones.
Propiedades de WLanguage disponibles en PHP
Las siguientes propiedades están disponibles en PHP
Propiedades del control Calendario
Se pueden utilizar varias propiedades de WLanguage en el control Calendario que se encuentra en una ventana o en una página...
Propiedades del control Editor HTML
Propiedades del control Editor HTML.
Tipos avanzados
Los tipos avanzados de WLanguage son los siguientes
iParameter (Function)
Retrieves the printer configuration and configures the print.
Propiedades del control TreeView
Puede manipular los controles TreeView en ventanas y páginas utilizando las propiedades WLanguage...
Propiedades del control Kanban
En una ventana o página, puede utilizar propiedades WLanguage para manipular...
Propiedades del control Valoración
El control Valoración puede utilizarse tanto en una ventana como en una página.
Propiedades del control Pestañas
Un control Pestaña puede ser manipulado en una ventana o página usando las siguientes propiedades WLanguage...
New products brochure 28: Common new products
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure.
New products brochure 27: Common new products
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure.
Propiedades del control Interruptor
Propiedades del control Editor de diagramas
WINDEV and WEBDEV allow to handle an control Diagram editor by programming...
Propiedades del control Código de barras
Los controles Código de barras pueden manipularse utilizando diferentes propiedades WLanguage...
Propiedades asociadas a un grupo de controles
Se pueden utilizar varias propiedades de WLanguage en un grupo de controles que se encuentran en una ventana, en una página o en un informe...
Propiedades del control Cuadro de mando
Puede manipular los controles Cuadro de mando en una ventana utilizando las siguientes propiedades WLanguage...
Radio Button control properties
List of properties associated with a Radio Button control
Propiedades del control Casilla de verificación
Se pueden utilizar varias propiedades de WLanguage en los controles Casilla de verificación que se encuentran en una ventana, en una página o en un informe...
Propiedades del control Gráfico
Se puede utilizar un control Gráfico ...
Propiedades de ventanas, páginas y controles
Lista de propiedades asociadas a ventanas, páginas y controles
2026 new features brochure: WINDEV new features
What's new in WINDEV 2026 in the What's new 2026 brochure.
Propiedades del control Tabla dinámica
Puede manipular los controles Tabla dinámica en una ventana utilizando las siguientes propiedades WLanguage...
SQL functions that can be used in SQL queries
The following SQL functions can be used on the queries written in SQL code (classified by theme)...
Mapa del sitio de la documentación de PC SOFT
Valor de las constantes para la API de 32 bits de Windows
Valor de las constantes para la API de 32 bits de Windows
1
2
3
4
5
6
8
>