AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 1026-200 de 200 para Exécute
nWDExecuteEx: Execute a WLanguage function
Runs a WLanguage function by dynamic compilation, without command formatting...
<Variable Command>.Execute (Función)
Ejecuta un comando en modo de consola.
<Code Editor>.Execute (Función)
Ejecuta el código WLanguage que se muestra en el control Editor de código.
<Component>.Execute (Función)
Ejecuta un procedimiento global presente en un componente externo. Este componente externo se carga con ComponentLoad.
ParallelTaskExecute (Function)
Triggers the execution of a parallel task.
<ParallelTask variable>.ExecuteAfter (Función)
Indica una tarea paralela de continuación que se ejecutará cuando finalice una de las tareas paralelas especificadas.
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
XMLExecuteXPath (Function)
Executes an XPATH query:
  • in an XML document.
  • in an xmlDocument variable.
HTMLExecuteBrowserProcedure (Función)
Ejecuta un procedimiento del navegador WLanguage en un control de visualización HTML que muestra una página creada con WEBDEV.
SAP ASE Native Connector (Sybase): Output value of a stored procedure executed on the server
The SAP ASE Native Connector (also called Sybase Native Connector) allows you to:
  • specify the input values during the call to a stored procedure.
  • retrieve the output values after a call to a stored procedure.
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
<HTML Display control>.ExecuteBrowserProcedure (Función)
Ejecuta un procedimiento del navegador WLanguage en un control de visualización HTML que muestra una página creada con WEBDEV.
<Source>.ExecuteSQLQueryAsynchronous (Función)
Ejecuta una consulta SQL de forma asíncrona.
<HTML editor>.ExecuteJS (Función)
Ejecuta código JavaScript en un control Editor HTML.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.
CmdExecute (Función)
Ejecuta un comando en modo de consola.
WebSocketExecute (Function)
Executes a procedure in the context of a client connected to the WebSocket server.
CodeEditorExecute (Función)
Ejecuta el código WLanguage que se muestra en el control Editor de código.
EmailExecuteCommand (Función)
Envía un comando IMAP al servidor de correo electrónico.
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 2.
<emailIMAPSession variable>.ExecuteCommand (Función)
Envía un comando IMAP al servidor de correo electrónico.
Esta función solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 2.
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
ComponentExecute (Función)
Ejecuta un procedimiento global presente en un componente externo. Este componente externo se carga con ComponentLoad.
<xmlDocument variable>.ExecuteXPath (Función)
Ejecuta una consulta XPATH en una variable XMLDocument.
<Source>.ExecuteSQLQuery (Función)
Inicializa una consulta escrita en lenguaje SQL y declara esta consulta al motor HFSQL.
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
ThreadExecute (Function)
Starts the execution of a secondary thread.
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
<Connection variable>.RSExecute (Function)
Immediately execute periodic replication between HFSQL servers: replication is triggered ahead of schedule.
HRSExecute (Function)
Immediately execute periodic replication between HFSQL servers: replication is triggered ahead of schedule.
ExecuteFunction
Ejecuta una función WLanguage identificada por su nombre.
ExecuteProcess (Función)
Inicia la ejecución de un proceso mediante programación, es decir, sin que el usuario tenga que realizar una acción determinada en la interfaz.
ExecuteAAF (Function)
Runs an Automatic Application Feature (AAF) on a control or window.
CmdGetExitCode (Función)
Obtiene el código de salida del comando ejecutado en modo de consola, es decir, el valor devuelto cuando el comando termina de ejecutarse.
Oracle Native Connector: Retrieve the output value of a stored procedure
The Native Oracle Connector is used to:
  • specify the input values during the call to a stored procedure.
  • retrieve the output values after a call to a stored procedure.
<ParallelTask variable>.Wait (Función)
Espera la ejecución de una tarea paralela.
CriticalSectionEnd (Function)
Marks the end of a critical section: another thread will be able to run the code.
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler.
InWebSocketServerMode( Función)
Indica si el código actual se está ejecutando en el servidor WebSocket.
WINDEV and the SOAP protocol
SQL Server Native Connector: Retrieve the output value of a stored procedure
The Native SQL Server Connector is used to:
  • specify the input values during the call to a stored procedure.
  • retrieve the output values after a call to a stored procedure.
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example) ...
Ejecutar (Función)
Inicia la ejecución de un proceso mediante programación.
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.
Choosing the type of link
WEBDEV proposes several types of links according to the action of link on the page controls...
SQLModify (Example)
Usage example of the SQLModify function
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.
InWebSocketServerGlobalServiceMode( Función)
Indica si el código actual se está ejecutando en el servicio global del servidor WebSocket.
<Source>.PrepareSQLQuery (Función)
Inicializa una consulta escrita en SQL y la declara al servidor de la base de datos para optimizar las siguientes ejecuciones de dicha consulta.
Session mode page: Fill in fields after a long process
In a web application, you may need to run long processes (for example, to update counters...
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Creating a query in SQL code
The query editor allows you to create a query by typing SQL code...
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Compile (Function)
Dynamically compile a Procedure whose source code is supplied (dynamic compilation).
HFSQL Client/Server: Server settings
Apply (Function)
Executes a procedure for each element of a WLanguage array.
J2EEGetResult (Function)
Returns the result of the last J2EE procedure that was successfully run.
J2EERun (Function)
Runs a procedure on a server of J2EE XML web services.
ErrorReset (Función)
Reinicia la detección de errores no fatales:
Control de visualización HTML
El control de visualización HTML muestra una página web en una aplicación...
<Variable Command>.WriteStandardInput (Función)
Escribe datos en la entrada estándar del comando ejecutado en modo de consola.
<Variable Command>.ReadErrorOutput (Función)
Lee los datos en el flujo de salida de error para el comando ejecutado en modo de consola.
HSuggestKeyStart (Función)
Comienza a recopilar información sobre las consultas ejecutadas.
<Variable Command>.ReadStandardOutput (Función)
Lee los datos del flujo de salida estándar para el comando ejecutado en modo de consola.
Funciones J2EE
Lista de funciones J2EE
Procedure (Variable type)
The Procedure type is used to handle through programming:
  • the procedures or methods found in the project.
  • the procedures or methods found in an internal component.
  • the procedures or methods found in an external component.
HSuggestKeyEnd( Función)
Termina de recoger información sobre las consultas ejecutadas.
Button control events
List of events associated with Button controls
EndService (Function)
Ends the execution of the current service.
Table,Add (External language)
Adds an element to a Table control.
DownloadAdd (Function)
Adds a new download in the device's download manager.
Table, List Box and Combo Box controls bound to queries
A Table, List Box or Combo Box control can be used to display the content of a data file or query...
Command (Tipo de variable)
El tipo Command define las características avanzadas de un comando utilizado para un archivo ejecutable.
wWDGetReturnValueType
Tipo del valor de retorno de la última sentencia nWDExecute, nWDExecuteEx o nWDEvalue...
ExeRemoteRun (Function)
Starts running a remote program from the current application.
xxWDGetReturnValue
Used to retrieve the return value further to a call to nWDEvaluate, nWDExecute or nWDExecuteEx...
Events associated with framesets
List of events associated with framesets
Native SQL Server Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native SQL Server Connector (also called Native SQL Server Access)...
Lección 7.4. Compilación dinámica
<Code Editor>.GetError (Función)
Devuelve los errores de compilación del código del control Editor de código.
Funciones WebSocket (sintaxis con prefijo)
Lista de funciones específicas de los servidores WebSocket
SocketProxy (Función)
Especifica si los sockets TCP y WebSockets deben pasar por un proxy SOCKS5 para ejecutar solicitudes.
<pdfDocument variable>.VerifySignatures (Función)
Verifica la validez de las firmas de un PDF.
Nota: Esta función solo está disponible a partir de la versión 2025 Update 1
<Code Editor>.Compile (Función)
Compila el código WLanguage del control Editor de código y muestra los errores.
HTMLControlValue (Function)
Used to identify or modify a control in an HTML form contained in an HTML Display control.
<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.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment...
SQLModify (Function)
Modifies the content of a row in the query result.
ArrayToParameters (Función)
Convierte un array de elementos en una lista de parámetros.
Gestionar secciones críticas
Los semáforos limitan la ejecución simultánea de un código (procedimiento, línea de código, etc.
J2EE constants
List of constants used by the J2EE functions.
Presentación de WDScript
WDScript es un editor de scripts WLanguage incluido con WINDEV, WEBDEV y WINDEV Mobile...
Using an external component in an application
A component can be reused at any time in any application...
ActionPlanInfo (Function)
Retrieves information regarding the execution of an instance of action plan.
HFSQL Control Center: Managing scheduled elements
You have the ability to define scheduled elements on the HFSQL server.
Background download
Starting with version 27, files can be downloaded in the background, using the system download manager...
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
Funciones de replicación
Se proponen tres tipos de réplica...
How do I run a data file with a filter?
J2EERunXML (Función)
Ejecuta un procedimiento en un servidor de servicios web J2EE XML.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError...
ODBC en HFSQL vía Visual.NET (en C#)
El Driver ODBC en HFSQL Classic (monousuario y multiusuario) se utiliza para acceder a una base de datos HFSQL Classic desde un software de base de datos externo que soporte accesos ODBC....
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers...
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
HTTPRequest (Function)
Starts an HTTP request on a server.
DownloadParameter (Variable type)
The DownloadParameter type is used to define all the advanced characteristics of a file download performed by DownloadAdd.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
LooperDisplay (Function)
Refreshes a browsing looper from a given position: the modifications performed in the linked file are taken into account in the looper.
EndProgram (Function)
Ends the execution of the current program.
SQLTransaction (Function)
Begins, commits or rolls back a transaction:
  • on the files of a database opened by SQLConnect,
  • on the files of a database opened by a connection (OLE DB or Native Access/Native Connector) described in the data model editor or by HOpenConnection.
4. Instrucciones condicionales
Tutorial WINDEV - Fundamentos de WLanguage Lección 4 - Instrucciones condicionales - 20 min
4. Instrucciones condicionales
Tutorial WINDEV Mobile - Fundamentos de WLanguage Lección 4 - Instrucciones condicionales - 20 min
4. Instrucciones condicionales
Tutorial WEBDEV - Fundamentos de WLanguage Lección 4 - Instrucciones condicionales - 20 min
<Cell>.DisplayDialog (Función)
Muestra un control Celda en una página con efecto DDW (Oscurecimiento de Ventanas Inactivas). Esta función se utiliza para simular fácilmente un cuadro de diálogo en el código del navegador, utilizando un control Celda en una página.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
Configuración de proyecto
Las configuraciones de proyecto permiten adaptar el mismo proyecto a distintas plataformas...
WDAdminHF: Scheduled task
The remote HFSQL administrator is used to define the scheduled tasks...
dbgInfo (Function)
Returns a debug information.
<Looper>.AddInProgress (Función)
Obtiene o establece el modo de visualización de la ventana interna de carga utilizada cuando se cargan elementos adicionales en un control Looper infinito.
Protocolo SOCKS5
SOCKS5 es un protocolo de red que tiene como objetivo estandarizar el uso de proxies para las aplicaciones...
<Looper>.Display (Función)
Refresca un looper de navegación desde una posición determinada: las modificaciones realizadas en el archivo vinculado se tienen en cuenta en el looper.
EvaluateExpression (Function)
Evaluates the value of an expression built in a character string.
Centro de Control HFSQL: Actualización de vistas materializadas
El Centro de Control permite implementar un mecanismo para actualizar de forma periódica el contenido de una vista materializada...
PDFVerifySignatures (Función)
Verifica la validez de las firmas de un PDF.
Nota: Esta función solo está disponible a partir de la versión 2025 - Update 1.
fDirSize (Function)
Returns the size of a directory in bytes.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
Uso de una consulta con parámetros
Se puede utilizar una consulta con parámetros....
PageToPHP (Function)
Sends the data found in a page currently displayed in the browser to a PHP server.
MouseYPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.), returns the vertical position (Y) of the mouse cursor in relation to the field or window in question.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
PageToJSP (Function)
Sends the data found in a page currently displayed in the browser to a JSP server.
MouseXPos (Function)
Used in a mouse or stylus event (click code, hover code, left or right button pressed code, etc.) returns the horizontal position (X) of the mouse cursor in relation to the field or window in question.
funciones HTTP
Lista de funciones HTTP
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV offer an optional Native Oracle Connector (also called Native Oracle Access...
MariaDB Native Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis...
CmdWriteStandardInput (Función)
Escribe datos en la entrada estándar del comando ejecutado en modo de consola.
SSHCommand (Función)
Envía un comando a un servidor SSH. La sesión se inicia y se cierra automáticamente en cuanto se envía el comando.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
CmdReadStandardOutput (Función)
Lee los datos del flujo de salida estándar para el comando ejecutado en modo de consola.
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...
Management of XML
WINDEV, WINDEV Mobile and WEBDEV include several functions for handling XML code...
CmdReadErrorOutput (Función)
Lee los datos en el flujo de salida de error para el comando ejecutado en modo de consola.
<sshSession variable>.Command (Función)
Envía un comando a un servidor SSH. La sesión se inicia y se cierra automáticamente en cuanto se envía el comando.
Automation object
The Automation keyword is used to declare an automation object...
PostgreSQL Native Connector: Programming with HFSQL functions
To use a PostgreSQL database with the Native Access Connector, you need to import the PostgreSQL table structure into the WINDEV or WEBDEV... analysis.
<Report>.InitQueryConnection (Función)
Inicializa la consulta vinculada al informe.
Creating the Form pages of a WEBDEV RAD pattern
MySQL Native Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis...
SQLite Native Connector: Features and notes
The following paragraphs present the main aspects and specific features of the Native SQLite Connector.
Type of field: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm...
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task...
Universal replication
The purpose of universal replication is to keep several databases synchronized...
AS/400: Development method
The Native AS/400 Connector simplifies access to AS/400 data from your WINDEV and WEBDEV applications...
Elements of a class: Enumerate and manipulate programmatically
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class...
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...
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
Check: SMART status of drives
The monitoring robot will measure the SMART attributes of a server's hard drives...
Properties associated with HTML Display controls
WINDEV and WINDEV Mobile include different WLanguage events associated with HTML Display Controls...
Creating the Relation pages of a WEBDEV RAD pattern
DB2 Native Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis...
ParallelTask (Variable type)
The ParallelTask type is used to handle a task, which means a procedure run by a thread in the parallel programming.
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...
iPrintReport (Function)
Prints a report created with the report editor.
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.
<Report>.Print (Función)
Imprime un informe creado con el editor del informe.
Manager of automated tests
The test manager is used to...
<Source>.ListItem (Función)
Devuelve la lista de elementos de un archivo de datos (consulta o vista) reconocidos por el motor HFSQL. Los archivos de datos definidos por las funciones HDeclare, HDeclareExternal y HDescribeFile se tienen en cuenta.
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
Facturación electrónica: Componente Factur-X
Factur-X es un estándar híbrido de facturación electrónica que combina una factura legible en formato PDF, y un archivo XML que contiene los datos de la factura necesarios para el procesamiento automatizado...
DDE constants
List of constants used by the DDE functions
IIS Version 7 to 10
CriticalSection (Variable type)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
WINDEV Mobile new features brochure 2026
What's new in WINDEV Mobile 2026 is presented in the What's new 2026 brochure.
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or data file item by dynamically constructing the name of the field, variable, class member or item...
Table control events
List of events associated with Table controls
PostgreSQL Native Connector: Features and notes
Remarks and specific features of Native PostgreSQL Connector...
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window ...
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location.
WDModFic: Tool for automatic modification of data files
WDModFic is a tool for automatically modifying data files on development seats and end-user seats...
Multi-touch in a Chart control
One of the most common applications of the multi-touch feature is used to handle images...
Ejecución de una consulta y tratamiento del resultado en WLanguage
La selección de registros realizada por consulta no se muestra necesariamente en un informe, en una ventana, ...
Configuring the server for the CGI/AWP protocol
To use WEBDEV, a Web server must to be found on the computer where WEBDEV is installed...
Materialized view
A materialized view is a physical data source defined by an SQL query.
Creating and generating an external component
A component must be created from a project containing all the elements required for the component...
SQLExec (Function)
Names and runs an SQL query.
graphqlResponse (Variable type)
The graphqlResponse type is used to retrieve all the characteristics of the response to a GraphQL query.
HListItem (Function)
Returns the list of items:
  • found in a data file ( a query or a view) known to the HFSQL engine. The data files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account.
  • found in a Record variable.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor.
Managing parallel tasks
The computers are becoming more and more powerful...
2024 new features brochure: WINDEV new features
WINDEV 2024 new features in the 2024 New Features brochure.
POUR TOUT/POUR ALL instruction (data file browsing)
Training FOR ALL instruction can be used to perform different types of runs...
New products brochure 28: Common new products
New features in WINDEV/WEBDEV/WINDEV Mobile 28 presented in the New Features brochure.
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields...
SQL commands available in an SQL query
WINDEV allows you to easily run queries in SQL code...
2024 novelties brochure: WEBDEV novelties
Nouveautés de WINDEV/WEBDEV/WINDEV Mobile 2024 présentes dans la brochure des Nouveautés 2024.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError...
New products brochure 28: WEBDEV new products
New features in WEBDEV 28 presented in the New Features brochure.
2. Ejemplos proporcionados con WINDEV
Los ejemplos proporcionados con WINDEV tienen como objetivo ayudarle a conocer las funcionalidades de WINDEV.
2025 novelties brochure: Common novelties
What's new in WINDEV/WEBDEV/WINDEV Mobile 2025 in the What's new 2025 brochure.
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
1
8