AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 276-200 de 200 para loop
Declaración CONTINUAR/etiqueta "CONTINUAR:".
La palabra clave CONTINUAR puede corresponder:
  • a la instrucción CONTINUAR. Permite volver al principio de la primera iteración sin terminar el código de la iteración actual..
  • al CONTINUAR: etiqueta. Permite declarar un código común en un bucle.
Declaración BREAK/etiqueta "BREAK:".
La palabra clave BREAK puede corresponder:
  • a la instrucción BREAK: le permite salir de un conjunto de instrucciones y ejecutar el resto de la actual Process.
  • a la etiqueta BREAK: permite declarar una sección de código en un bucle. Este código se ejecutará al salir del bucle con una sentencia "BREAK".
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
LooperInfoXY (Function)
Used to find out the row or control located at specific position in the Looper control (X, Y).
LooperCollapseExpand (Función)
En una fila determinada de un control Looper:
  • colapsa una pausa (si está expandida),
  • amplía una pausa (si está colapsada).
LooperSelectCount (Function)
Returns the number of selected rows in a Looper control.
<Looper>.InsertIW (Función)
Inserta una fila como ventana interna en un control Looper rellenado mediante programación.
<Looper>.Select (Función)
Devuelve el índice del elemento seleccionado en un control Looper.
<Looper>.CollapseExpand (Función)
En una fila determinada de un control Looper:
  • colapsa una pausa (si está expandida),
  • amplía una pausa (si está colapsada).
<Looper>.AddIWBeginning (Función)
Agrega una fila que contiene una ventana interna al inicio de un control Looper infinito. La fila se inserta antes de la primera fila del control Looper. La barra de desplazamiento del control Looper permanece en la misma posición.
LooperSelectPlus (Function)
Selects a row in a Looper control.
LooperSelectMinus (Function)
Deselects a row in a Looper control.
<Looper>.InsertIP (Función)
Inserta una fila como página interna en un control Looper rellenado mediante programación.
<Looper>.ModifyIP (Función)
Modifica una fila que corresponde a una página interna en un control Looper rellenado mediante programación.
LooperDisplay (Function)
Refreshes a browsing looper from a given position: the modifications performed in the linked file are taken into account in the looper.
<Looper>.AddIW (Función)
Agrega una fila como ventana interna al final de un control Looper rellenado mediante programación.
LooperBreakIndex (Function)
Returns the index of the break header and footer for a given break in a Looper control.
LooperPosition (Function)
Moves the scrollbar to display a specific row or returns the index of the first row displayed in a Looper control populated programmatically.
Propiedades del control Looper lineal
Propiedades del control Looper
Puede manipular los controles Looper en una ventana o página utilizando las siguientes propiedades de WLanguage...
<Looper>.CancelSwipe (Función)
Cancela la visualización de la ventana interna mostrada en un control Looper tras el barrido de la fila.
Characteristics of Looper controls in a page
To view the characteristics of the control, select "Description" in the context menu.
sOpen (Example)
Usage example of the sOpen function
PVTSelectCount (Función)
Devuelve el número de celdas seleccionadas en un control Tabla dinámica.
WEBDEV - Código ServidorWEBDEV - Código NavegadorLinux Nota: Esta funcionalidad solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 4.
Sentencia FOR EACH/FOR ALL (bucle a través de una variable de tipo XMLReader)
En FOR EACH recorre una variable de tipo xmlReader de varias maneras:
  • Lectura en un nivel.
  • Lectura en un nivel con copia.
  • Lectura en profundidad.
HPrevious (Function)
Sets the position on the previous record of the data file according to a browse item.
IntegerToTime (Función)
Convierte enteros a horas en formato HHMMSSCC.
EnumControl (Function)
Returns the name of Nth control found in the specified element.
Wait (Function)
Temporarily stops the program execution.
Memory (Property)
The Memory property determines if the specified control is populated programmatically or is bound to a data file.
<emailNotesSession variable>.NbMessage (Función)
Devuelve el número de mensajes entrantes en Notes.
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention...
External language: Cobol programming
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
Manejo de una Control Popup mediante programación
El popup siendo una control del Page, tiene la capacidad de acceder:
  • los controles Page de la ventana emergente.
  • los controles emergentes de Page.
TwainState (Función)
Devuelve el estado de la fuente actual.
pdfControlOption (Tipo de variable)
El tipo pdfControlOption permite obtener y establecer las siguientes características de una opción de un control que se encuentra en un formulario PDF:
  • texto de la opción.
  • estado seleccionado o deseleccionado de la opción.
Sound (Función)
Reproduce un sonido en formato WAV.
<Source>.Last (Función)
Establece la posición en el último registro de un archivo de datos de acuerdo con un elemento de navegación.
SwipeEnabled (Propiedad)
La propiedad SwipeEnabled habilita o deshabilita la compatibilidad con gestos de deslizamiento:
  • en un control Ventana interna.
  • en una fila de un control Looper.
SFForwardQuery (Function)
Continues to run a SOQL query (Salesforce Object Query Language) on the records of a Salesforce database.
Manipulación de controles Popup mediante programación (sintaxis con prefijo)
Siendo el popup un control de la página, tiene la posibilidad de acceder:
  • los controles de la página desde el popup.
  • los controles Popup de la página.
SQLNext (Function)
Positions on the next row of the query result.
Telephony constants
List of constants used by telephony functions
SQLPrevious (Function)
Positions on the previous row of the query result.
inAppProduct (Variable type)
The inAppProduct type is used to define the advanced characteristics of a product for an In-App purchase.
SQLLast (Function)
Sets the position on the last row of the query result.
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Referring to an element in a WLanguage event / process
<sfConnection variable>.ForwardQuery (Función)
Continúa ejecutando una consulta SOQL (Salesforce Object Query Language) en los registros de una base de datos de Salesforce.
<Source>.Previous (Function)
Sets the position on the previous record of the data file according to a browse item.
7. Depurador
Tutorial WINDEV - Fundamentos de WLanguage Lección 7 - Depurador - 30 min
7. Depurador
Tutorial WEBDEV - Fundamentos de WLanguage Lección 7 - Depurador - 30 min
7. Depurador
Tutorial WINDEV Mobile - Fundamentos de WLanguage Lección 7 - Depurador - 30 min
Manipular un Action Bar mediante programación
Un Action Bar puede manipularse mediante programación. Para ello, utilice la variable que corresponde al Action Bar en el código.
HLast (Function)
Sets the position on the last record of a data file according to a browse item.
How to create an SQL query to count?
This help page explains how to create a count query with the query editor.
<Pivot Table>.SelectCount (Función)
Devuelve el número de celdas seleccionadas en un control Tabla dinámica.
WEBDEV - Código ServidorWEBDEV - Código NavegadorLinux Nota: Esta funcionalidad solo está disponible en la versión por suscripción, a partir de WINDEV Suite 2025 - Update 4.
Completar código en el editor de código
El siguiente mecanismo permite a los desarrolladores escribir código WLanguage más fácilmente en el editor de código ...
XMLParent (Example)
Usage example of the XMLParent function
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
FTPCommand (Example)
Usage example of the FTPCommand function
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
EnumElement (Function)
Enumerates project elements: windows, pages, reports, queries, etc.
HFilterContains (Function)
Defines and enables a "Contains" filter on a data file, view or query.
How to sort the result of a query?
This help page explains how to create a sort query with the query editor.
XMLDelete (Función)
Elimina el elemento actual (así como toda la rama) de un documento XML.
<Source>.ReadLast (Función)
Establece la posición en el último registro de un archivo de datos de acuerdo con un elemento de navegación.
TimeToInteger (Función)
Convierte una hora en un número entero.
ThreadStop (Función)
Detiene un subproceso secundario. Función no recomendada.
Sentencia FOR EACH/FOR ALL (exploración de arrays)
La sentencia FOR EACH se utiliza para realizar diferentes tipos de exploración en los arrays...
<Source>.First (Función)
Establece la posición en el primer registro de un archivo de datos de acuerdo con el elemento de navegación especificado.
External language: Pascal programming
We are going to call the elements developed in WINDEV (project, windows, ...
How to create an SQL query to get a sum?
This help page explains how to create a Sum query with the query editor.
SocketAccept (Función)
Ejecutada en el servidor, esta función acepta una solicitud de conexión en un socket existente en la máquina del servidor.
<Table>.Sort (Función)
Ordena una Tabla o control Tabla TreeView en una o más columnas (ordenación lexicográfica).
External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
<Source>.FilterContains (Función)
Define y activa un filtro de tipo "Contiene" en un archivo de datos, vista o consulta.
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
<Source>.ReadSeek (Función)
Establece la posición en el primer registro que tenga un elemento específico con un valor mayor o igual al valor buscado (búsqueda genérica).
EmailGetAll (Function)
Retrieves all the emails found on a server.
fDir (Function)
Finds a file or directory.
XMLDocument (Example)
Usage example of the XMLDocument function
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
<Source>.Read (Función)
Lee un registro en un archivo de datos de acuerdo con un número de registro determinado.
Lección 7.8. FTP
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.
Propiedades del control Área de texto enriquecido
Puede manipular los controles Área de texto enriquecido en una ventana utilizando las siguientes propiedades de WLanguage...
<Source>.Filter (Función)
Define y activa un filtro en un archivo de datos, vista o consulta.
3. Editar los productos
Tutorial WEBDEV - Crear un sitio web con procesos de back office Lección 3 - Editar los productos - 50 min
XMLFind (Function)
Performs a search in an XML document.
Manipular controles List Box mediante programación (sintaxis con prefijo)
WINDEV, WEBDEV y WINDEV Mobile permiten manipular controles List Box mediante programación.
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HRead (Function)
Reads a record in a file according to a given record number.
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)...
Manipular controles List Box mediante programación
WINDEV, WEBDEV y WINDEV Mobile permiten manipular controles List Box mediante programación.
Configuring the connection with WDSQSINS
For compatibility with previous versions of the SQL Server Native Connector (also known as SQL Server Native Access), it is still possible to configure the connection in the WDSQSINS software (delivered with the SQL Server Native Connector)...
Multitask (Function)
MultiTask is used to:
  • define a timeout,
  • give control back to Windows,
  • give control back to Windows and to WLanguage.
HFilter (Function)
Defines and enables a filter on a data file, view or query.
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)...
<Source>.ReadSeekLast (Función)
Establece la posición en el último registro que tenga un elemento específico con un valor menor o igual al valor buscado (búsqueda exacta).
EnumSubElement (Function)
Used to enumerate the subelements of a project element.
<Source>.SavePosition (Function)
Stores the current context of a data file: current record, filter, read pointers.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Propiedades del control Cuadrícula CSS
Le robot va vérifier que la durée avant l'expiration est supérieure à la durée indiquée...
HReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
SQLFirst (Function)
Positions on the first row of the query result.
Instrucción WHILE
En un WHILE la expresión se evalúa al principio de cada bloque de instrucciones...
Las propiedades asociadas a un informe
Lista de propiedades asociadas a un informe
HSavePosition (Function)
Stores the current file context (current record, filter, pointers).
TwainState (Example)
Usage example of the TwainState function
Instrucción FOR
El bloque de instrucciones se repite mientras se modifica una variable de control y se compara con un valor límite (antes de cada inicio de bloque de instrucciones)...
TreeView control linked to a data file
TreeView controls can be created directly linked to data.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
Socket: create a standard socket server
WINDEV allows you to create a standard socket server...
Propiedades asociadas a una página
Sentencia FOR EACH/FOR ALL (exploración de arrays asociativos)
La sentencia FOR EACH se utiliza para realizar diferentes tipos de exploración en los arrays asociativos...
ContactDelete (Function)
Deletes the current contact:
  • from a Lotus Notes or Outlook address book.
  • in the Phone contacts list (Android, iPhone or iPad).
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
<Source>.ReadSeekFirst (Función)
Establece la posición en el primer registro que tenga un elemento específico con un valor estrictamente igual al valor buscado (búsqueda exacta).
Code snippets
The code editor allows you to enter "Code snippets"...
EmailReadLastHeader (Function)
Reads the header of the last Email received, depending on the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
<Source>.FilterIdentical (Función)
Define y activa un filtro que permite buscar el valor exacto de un elemento de tipo cadena.
Describing the Action Bar control
This help page presents the main aspects of the Action Bar description window ...
inAppListProductInfo (Función)
Recupera, de la tienda, información sobre los productos "In-App" asociados a la aplicación.
Sincronizar subprocesos mediante eventos
Los eventos permiten sincronizar los diferentes subprocesos de una aplicación...
Propiedades asociadas a una ventana
Lista de propiedades asociadas a una ventana
SendKey (Function)
Simulates the keystrokes and the mouse actions.
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
EmailNbMessage (Function)
Returns the number of incoming messages currently found:
  • on the email server (POP3 protocol only).
  • in the Outlook messaging software.
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.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Propiedades asociadas a las áreas definidas en el modo de zonificación
<Source>.FilterStartsWith (Función)
Define y activa un filtro de tipo "Comienza por" en un archivo, vista o consulta.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data...
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a search value (generic search by default).
<Source>.FilterIncludedBetween (Función)
Define y activa un filtro de tipo "Comprendido entre" en un archivo de datos, vista o consulta.
emailPOP3Session (Variable type)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
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
Propiedades WLanguage de los controles Ventana interna
Lista de propiedades WLanguage de los controles Ventana interna
Propiedades asociadas a un supercontrol
Lista de propiedades asociadas a un supercontrol
MacOS - Desarrollar una aplicación en modo Catalyst
Apple lanzó recientemente un SDK para compilar aplicaciones iOS para MacOS de forma nativa...
fReadLine (Example)
Usage example of the fReadLine function
TreeView Table control properties
List of properties associated with the TreeView Table control
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal to a sought value.
MapAddMarker (Function)
Adds a new marker onto a map displayed in a Map control.
Testing and debugging a project on the development computer
The test of the entire project allows you to simulate the start of the application with the executable...
Propiedades asociadas a los controles List Box
Puede manipular controles List Box en una ventana o página utilizando diferentes propiedades WLanguage...
<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.
<Source>.SeekLast (Función)
Establece la posición en el último registro que tenga un elemento específico con un valor menor o igual al valor buscado.
3. Fechas, arrays y estructuras
Tutorial WINDEV: Fundamentos de WLanguage Lección 3 - Fechas, arrays y estructuras - 20 min
<Source>.SeekFirst (Función)
Establece la posición en el primer registro que tenga un elemento específico con un valor mayor o igual al valor buscado.
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.
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.
Rodear fragmentos de código
Puede rodear fragmentos de código con una condición, estructura, etc.
HReadFirst (Function)
Positions on the first file record according to a browse item.
WLanguage
WLanguage, el lenguaje integrado de WINDEV, es poderoso, simple e intuitivo...
<Source>.ReadFirst (Función)
Establece la posición en el primer registro del archivo de datos de acuerdo con un elemento de navegación.
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
MDIEnumChild (Function)
Returns the alias of the specified MDI child window.
Propiedades del control ListView
Lista de propiedades asociadas al control ListView
Propiedades del control Agenda
Se pueden utilizar varias propiedades de WLanguage en un control Agenda que se encuentra en una ventana...
sInExitQueue (Function)
Retrieves the number of bytes waiting to be transferred in the output buffer of the specified serial port or parallel port.
Propiedades del control Combo Box
Un control Combo Box en una ventana o página puede manipularse usando propiedades WLanguage...
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)...
Translating a text file with WDTRAD
Propiedades de WLanguage disponibles en PHP
Las siguientes propiedades están disponibles en PHP
Lección 4.2. Crear páginas en modo AWP
Propiedades de Control Celda
Lista de propiedades asociadas al control Celda
2. Desarrollo
Tutorial WINDEV Mobile: Desarrollar una aplicación para Android y iOS Lección 2 - Desarrollo - 30 min
3. Fechas, arrays y estructuras
Tutorial WINDEV Mobile - Fundamentos de WLanguage Lección 3 - Fechas, arrays y estructuras - 20 min
3. Fechas, arrays y estructuras
Tutorial WEBDEV - Fundamentos de WLanguage Lección 3 - Fechas, arrays y estructuras - 20 min
Propiedades del control Tabla
Puede manipular los controles Tabla en una ventana o página utilizando las siguientes propiedades de WLanguage...
Propiedades de reportes y controles asociados
Lista de propiedades asociadas a los informes y sus controles
WebSocketExecuteGlobalService (Function)
Executes a global procedure in the context of the global service of the WebSocket server.
Propiedades asociadas a los controles Combo Box que muestran una tabla
PageWriteHTTPCode (Función)
Especifica el código HTTP que se devolverá al cliente después de que se ejecute el código Servidor de la página.
Propiedades del control Planificador
Puede manipular los controles Planificador en una ventana o página utilizando las siguientes propiedades de WLanguage.
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.
Characteristics of Table controls in a page
Table controls allow you to display and/or enter data...
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...
WebserviceWriteHTTPCode (Función)
Especifica el código HTTP que se devolverá al final de la ejecución de la función del servicio web REST.
Opciones del editor de código
Una serie de opciones le permiten personalizar y aprovechar al máximo el editor de código...
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
Propiedades disponibles en Java
WINDEV le permite generar una aplicación Java sin siquiera conocer el lenguaje Java...
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting provider...
Debugger: Step-by-step project execution
Running a project step-by-step allows you to start the debugger when launching the application...
WINDEV Mobile new features brochure 2025
What's new in WINDEV Mobile 2025 is presented in the What's new 2025 brochure.
<Source>.ExecuteSQLQuery (Función)
Inicializa una consulta escrita en lenguaje SQL y declara esta consulta al motor HFSQL.
Editor de código: Diversas operaciones
El editor de código es el editor en el que los desarrolladores trabajan la mayor parte de su tiempo. Esta página de ayuda presenta una serie de opciones útiles para las acciones más comunes ...
WINDEV Mobile new features brochure 2026
What's new in WINDEV Mobile 2026 is presented in the What's new 2026 brochure.
Propiedades de ventanas, páginas y controles
Lista de propiedades asociadas a ventanas, páginas y controles
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
HFSQL constants
List of constants used by the HFSQL functions.
1
8