AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Resultados de la búsqueda
Resultados 26-50 de 149 para ouverture
fOpen (Example)
Usage example of the fOpen function
fReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
fRead (Function)
Reads:
  • a block of bytes (characters) in an external file (ANSI or Unicode),
  • the content of an external file (ANSI or Unicode) and assigns it to a memory area.
xlsRow (Variable type)
The xlsRow type is used to describe and modify a row in an Excel document...
SelectionOnly (Property)
The SelectionOnly property is used to:
  • Know which records in the TreeView Table control or Hierarchical Table are printed: print all records or only selected records..
  • Modify print mode for Table or Hierarchical Table field rows: print all records or selected records only.
MCIOpen (Function)
Opens a media file.
zipMsgError (Function)
Returns the message associated with an error code on an archive.
<Report>.InitSubReport (Función)
Inicializa los parámetros de un subinforme de un informe compuesto.
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
iInitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
External language: Java programming
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
External language: Pascal programming
We are going to call the elements developed in WINDEV (project, windows, ...
zipIsMulti (Function)
Returns the type of the archive: single-part archive or multi-part archive.
External language: Cobol programming
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
fSize (Function)
Returns the size of a file (in bytes).
fReadLine (Function)
Reads a line from an external file (ANSI or Unicode).
EmailStartSession (Example)
Usage example of the EmailStartSession function
<zipArchive variable>.ChangePath (Función)
Modifica la ruta almacenada de un archivo en un fichero (en formato ZIP, WDZ o 7z).
xlsCell (Variable type)
An xlsCell variable is used to describe and modify a cell in an Excel document...
EmailUpdate (Function)
Updates the messages of MS Exchange according to the email server.
DomoSwitchOn (Function)
Switches on one or more electrical devices compatible with the X10 protocol.
Shared memory areas
WINDEV, WEBDEV and WINDEV Mobile allow you to handle shared memory areas...
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
fSeek (Example)
Usage example of the fSeek function
DomoOpen (Function)
Used to establish a connection with a X10 interface.
DomoSwitchOff (Function)
Switches off one or more electrical devices compatible with the X10 protocol.
Use (Function)
Opens a WINDEV window and closes all other previously open windows.
ErrorChangeParameter (Function)
Configures the automatic behavior that will be implemented if an error occurs in the current process.
HInfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
MCIExecute (Función)
Ejecuta un comando MCI (Media Control Interface).
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
AppointmentFirst (Function)
Reads the first appointment in a Lotus Notes or Outlook calendar.
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
zipOpenCAB (Function)
Opens an existing archive in CAB format.
<Connection variable>.InfoServerProperty (Función)
Permite conocer las propiedades de un servidor HFSQL.
AppointmentPrevious (Function)
Reads the appointment before the current appointment in a Lotus Notes or Outlook calendar.
AppointmentNext (Function)
Reads the appointment after the current appointment in a Lotus Notes or Outlook calendar.
<zipArchive variable>.NbPartNeeded (Función)
Devuelve el número de partes de un tamaño determinado necesarias para dividir un archivo de una sola parte.
<Window>.EnableDDW (Función)
Activa o desactiva la funcionalidad de Oscurecimiento de ventanas inactivas (OVI) para una ventana específica:
<DiskFile variable>.Size (Función)
Devuelve el tamaño de un archivo (en bytes).
LabelNumberToStart (Property)
The LabelNumberToStart property is used to:
  • Find out the number of the label on the label sheet from which the print will be performed.
  • Modify the number of the label from which the print will be performed on the label sheet.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
<Connection variable>.DeleteGroup (Función)
Elimina del servidor a un grupo de usuarios asociados a una conexión .
User Groupware and multilingual application/site
If your application is multilingual, it is also necessary to manage multilingualism in the user Groupware windows/pages...
<Connection variable>.DeleteUser (Función)
Elimina un usuario asociado a una conexión en el servidor HFSQL.
<zipArchive>.SelectFile (Función)
Selecciona ficheros de un archivo.
NotesListItem (Function)
Returns the list of items for the current Notes document in Lotus Notes.
<DiskFile variable>Cerrar (función)
Cierra un archivo externo.
<DiskFile variable>.ReadLineRegularExpression (Función)
Lee una línea de un archivo externo, obtiene secciones de esta línea según una expresión regular y las asigna a una variable.
CertificateSignExecutable (Function)
Signs an executable file with a certificate.
zipNbFile (Function)
Returns the number of files found in an archive (in CAB, RAR, ZIP, WDZ or 7z format).
zipSelectFile (Function)
Selects files from an archive.
MySQL Native Connector: Features and notes
Remarks and specific features of the Native MySQL Connector
<zipArchive variable>Cerrar (función)
Cierra un archivo.
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
WinInactiveEffect (Function)
Enables or disables the DDW (Dim Disabled Window) feature:
  • for a specific window.
  • for all the application windows.
sClose (Function)
Closes the specified serial port, parallel port or infrared port.
User Groupware: Multilingual applications
If your application is multilingual, it is also necessary to manage multilingualism in the User Groupware windows/pages...
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
zipDeleteAll (Function)
Deletes all files from an archive.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
<Connection variable>.EndNoDatabaseAccess (Función)
Vuelve a autorizar el acceso (es decir, la conexión) a una o más bases de datos a las que se puede acceder mediante una conexión.
zipFileSize (Function)
Returns the size of one of the archive files (in CAB, RAR, WDZ, ZIP, 7z, gzip, TAR or TGZ (TAR.GZ) format):
  • the compressed size of the file.
  • the size of file before compression.
<EmailOutlookSession variable>.GetAll (Función)
Recupera todos los correos electrónicos encontrados en un servidor Outlook.
<zipArchive variable>.DeleteAll (Función)
Elimina todos los archivos de un fichero.
zipOpenRAR (Function)
Opens an existing archive in RAR format.
HEndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
<Connection variable>.AddGroup (Función)
Agrega un grupo de usuarios.
ODBCDatabaseName (Property)
The ODBCNomBase property allows you to:
  • Find out the name of the database used when printing a report based on a "query performed on a connection".
  • Specify the name of the database used when printing a report based on a "query performed on a connection".
sOpen (Function)
Opens and initializes:
  • a serial port.
  • a parallel port.
  • an infrared port.
How to read emails via the IMAP protocol?
This help page explains how to read emails via the IMAP protocol.
EmailListFolder (Example)
Usage example of the EmailListFolder function
<zipArchive variable>.OpenRAR (Función)
Abre un archivo existente en formato RAR.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
<zipArchive variable>.FileSize (Function)
Returns the size of one of the archive files (in CAB, RAR, WDZ, ZIP, 7z, gzip, TAR or TGZ (TAR.GZ) format):
  • the compressed size of the file.
  • the size of file before compression.
zipSize (Function)
Returns the size of the archive (in ZIP, RAR, CAB, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format):
  • the size of all compressed files found in the archive.
  • the size of all files found in the archive before compression.
Configurar y utilizar un servidor Bitcoin Core
WLanguage ofrece varias funciones para manipular un servidor Bitcoin Core...
ODBCSQLCode (Property)
The ODBCCodeSQL property allows you to:
  • Find out the SQL code of the "query performed on a connection" (data source of report).
  • Modify the SQL code of the "query performed on a connection" (data source of report).
<zipArchive variable>.IsMulti (Función)
Devuelve el tipo de archivo: archivo de una sola parte o archivo de varias partes.
ODBCPassword (Property)
The ODBCPassword property is used to:
  • Identify the password used to connect to a database via an ODBC driver or a Native Connector.
  • Specify the password used to connect to a database via an ODBC driver or a Native Connector.
ODBCUserName (Property)
The ODBCUserName property allows you to:
  • Identify the username used to connect to a database via an ODBC driver or a Native Connector.
  • Specify the username used to connect to a database via an ODBC driver or a Native Connector.
zipClose (Function)
Closes an archive.
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature:
  • for a specific window.
  • for all the application windows.
HInfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
ODBCConnectionName (Property)
The ODBCConnectionName property is used to:
  • Identify the name of the ODBC connection used when printing a report based on a "query performed on a connection".
  • Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection".
"END:" label
The END: label is used to define a code that will be systematically run at the end of process execution.
zipNbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
<EmailNotesSession variable>.GetAll (Función)
Recupera todos los correos electrónicos encontrados en un servidor Notes.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
<emailOutlookSession variable>.ListFolder (Función)
Devuelve la lista de carpetas encontradas en el software de mensajería Outlook.
<Connection variable>.AddLink (Función)
Agrega una regla de integridad entre dos archivos en el servidor.
WinAnimationOpening (Function)
Modifies the type and duration of animations used when opening the application windows.
zipNbPart (Function)
Returns the number of sub-archives (parts) in an archive in CAB, RAR, ZIP, WDZ, 7z, gzip, TAR or TGZ (TAR.GZ) format.
<DiskFile variable>.leer (función)
Lee:
  • un bloque de bytes (caracteres) en un archivo externo (ANSI o Unicode),
  • el contenido de un archivo externo (ANSI o Unicode) y lo asigna a una zona de memoria.
zipListFile (Function)
Returns the list of files found in an archive.
WinAnimationNext (Function)
Modifies the type and duration of animations used when opening and closing the next window.
<Connection variable>.InfoDatabaseProperty (Función)
Permite conocer las propiedades de una base de datos que está en un servidor HFSQL.
Detailed use of WINDEV FTP/RPC
WINDEV, WINDEV Mobile and WEBDEV allow you to manipulate a Check Box control through programming...
<emailNotesSession variable>.SendMessage (Función)
Envía un correo electrónico utilizando el protocolo Lotus Notes.
<zipArchive variable>Abrir (función)
Abre un archivo existente.
<EmailPOP3Session variable>.GetAll (Función)
Recupera todos los correos electrónicos encontrados en un servidor POP3.
zipOpen (Function)
Opens an existing archive.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
AppointmentDelete (Function)
Deletes:
  • the current appointment from the calendar of a Lotus Notes or Outlook messaging.
  • an appointment from the calendar found on a mobile device (Android/iOS).
<zipArchive variable>.merge (función)
Fusiona los distintos subarchivos de un archivo de varias partes para crear un archivo de una sola parte.
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
Parámetros de la Procedure utilizada por fReadLine
WLanguage Procedure ("Callback") llamada por fReadLine para cada Line leído en el fichero.
Non-modal management of a window
The window that opens another window is called parent window ; the windows opened by the parent window are called child windows...
How to read emails via the POP3 protocol?
This help page explains how to read emails via the POP3 protocol.
Página compatible con SEO en modo sesión
En WEBDEV, hay dos métodos para desarrollar un sitio...
zipMerge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
<emailSMTPSession variable>.SendMessage (Función)
Envía un correo electrónico mediante SMTP
<EmailIMAPSession>.GetAll (Función)
Recupera todos los correos electrónicos encontrados en un servidor IMAP.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
EmailGetAll (Function)
Retrieves all the emails found on a server.
TaskFirst (Function)
Reads the first task in a Lotus Notes or Outlook task list.
<DiskFile variable>.Write (Función)
Escribe:
  • una cadena de caracteres a un archivo externo.
  • una sección de memoria.
AppointmentModify (Function)
Modifies the current appointment:
  • in a Lotus Notes or Outlook calendar.
  • in the calendar found on a mobile device (Android/iOS).
<zipArchive variable>.ExtractDirectory (Función)
Extrae y descomprime automáticamente los archivos en un directorio en el árbol de archivos de un archivo a una ubicación física.
<DiskFile variable>.ReadLine (Función)
Lee una línea de un archivo externo (ANSI o Unicode).
Organizer control events
The following events are associated with Organizer controls:
TaskDelete (Function)
Deletes the current task from the task list of a Lotus Notes or Outlook messaging.
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found...
iPrintSignature (Function)
Prints an image of the signature in a rectangular area.
DisplayedItem (Property)
The DisplayedItem property is used to:
  • Find out the item or the variable displayed by the control.
  • Modify the item or the variable displayed by the control.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage...
picLayer (Variable type)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
MariaDB Native Connector: Features and notes
This page presents the main aspects and requirements of the Native MariaDB Connector...
NumHelp (Function)
Returns the number of the help context associated with the specified control.
DomoClose (Function)
Closes the communication opened by DomoOpen.
HandleParentNext (Function)
Forces the parent of the next window to open.
<zipArchive variable>.ExtractFile (Función)
Extrae un archivo de un fichero y lo descomprime automáticamente en una ubicación física o en la memoria.
<zipArchive variable>.ExtractFileList (Función)
Extrae y descomprime una lista de archivos encontrados en un archivo a una ubicación física.
GroupDelete (Function)
Deletes the current group of contacts from a Lotus Notes or Outlook address book.
DomoStatus (Function)
Used to find out whether an electrical device (compatible with the X10 protocol) is switched on or off.
GroupNext (Function)
Reads the group of contacts after the current group in a Lotus Notes or Outlook address book.
<EmailOutlookSession variable>.Update (Función)
Actualiza los mensajes de MS Exchange según el servidor de correo electrónico.
TaskNext (Function)
Reads the task after the current task in a Lotus Notes or Outlook task list.
<zipArchive variable>.OpenCAB (Función)
Abre un archivo existente en formato CAB.
Brochure des nouveautés 2025 : Nouveautés WEBDEV
Nouveautés de WEBDEV 2025 présentes dans la brochure des Nouveautés 2025.
Creating the menus for the pages of the WEBDEV RAD pattern
Las funciones de escáner son las siguientes:
DomoSend (Function)
Sends a command to one or more electrical devices compatible with the X10 protocol.
Creating the link buttons in the windows of a WINDEV RAD pattern
La propiedad MDIBottom se utiliza para determinar y cambiar la distancia entre el borde inferior de la ventana padre MDI y el borde inferior del área MDI.
Email (Variable type)
The Email type is used to handle the email content as well as the associated information.
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting provider...
Brochure des nouveautés 2025 : Nouveautés WINDEV
Nouveautés de WINDEV 2025 présentes dans la brochure des Nouveautés 2025.
1
2
3
4
5
6
>