ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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.
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
External language: Java programming
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
<Report>.InitSubReport (Function)
Initializes the parameters of a subreport of a composite report.
External language: Pascal programming
We are going to call the elements developed in WINDEV (project, windows, ...
External language: Cobol programming
We are going to call the elements developed in WINDEV (project, windows, analysis, ...
xlsCell (Variable type)
An xlsCell variable is used to describe and modify a cell in an Excel document...
InterfaceModifiableWithReportsAndQueries (Property)
The InterfaceModifiableWitReportsAndQueries property is used to determine if the interface of a report can be modified in Reports & Queries.
<emailOutlookSession variable>.RemoveFolder (Function)
Deletes a folder from the Outlook messaging software.
<emailIMAPSession variable>.CloseSession (Function)
Closes an IMAP session.
<Connection variable>.InfoServerProperty (Function)
Allows you to find out the properties of an HFSQL server.
<zipArchive variable>.NbPartNeeded (Function)
Returns the number of parts of a given size required to split a single-part archive.
<emailPOP3Session variable>.CloseSession (Function)
Closes a POP3 session.
<Window>.EnableDDW (Function)
Enables or disables the Dim Disabled Window (DDW) feature for a specific window:
<DiskFile variable>.Size (Function)
Returns the size of a file (in bytes).
<Connection variable>.ListUser (Function)
Returns the list of users defined for a connection.
<emailSMTPSession variable>.CloseSession (Function)
Closes an SMTP session.
<zipArchive>.SelectFile (Function)
Selects files from an archive.
STOP (Reserved word)
STOP is used to call the WLanguage debugger during a test in the editor...
User Groupware and multilingual application/site
If your application is multilingual, it is also necessary to manage multilingualism in the user Groupware windows/pages...
xlsNbWorksheet (Function)
Returns the number of worksheets found in an XLS file.
<DiskFile variable>.ReadLineRegularExpression (Function)
Reads a line in an external file, gets sections of this line according to a regular expression and assigns them to a variable.
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.
<zipArchive variable>.Close (Function)
Closes an archive.
<EmailNotesSession variable>.GetAll (Function)
Retrieves all the emails found on a Notes server.
xlsNbRow (Function)
Returns the number of rows found in an XLS file.
xlsColumnTitle (Function)
Retrieves the title of a column found in an XLS file.
<EmailOutlookSession variable>.GetAll (Function)
Retrieves all the emails found on an Outlook server.
<Connection variable>.EndNoDatabaseAccess (Function)
Re-allows the access (which means the connection) to one or more databases accessible via a connection.
Opening
The Opening keyword...
<zipArchive variable>.DeleteAll (Function)
Deletes all files from an archive.
<emailOutlookSession variable>.ListFolder (Function)
Returns the list of folders found in the Outlook messaging software.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
<DiskFile variable>.Read (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.
<zipArchive variable>.OpenRAR (Function)
Opens an existing archive in RAR format.
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).
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.
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.
<Connection variable>.InfoDatabaseProperty (Function)
Used to find out the properties of a database on an HFSQL server.
<zipArchive variable>.IsMulti (Function)
Returns the type of the archive: single-part archive or multi-part archive.
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.
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".
<zipArchive variable>.ChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
Events associated with Link controls
List of events associated with Link controls
<EmailPOP3Session variable>.GetAll (Function)
Retrieves all the emails found on a POP3 server.
<zipArchive variable>.Open (Function)
Opens an existing archive.
xlsColumnType (Function)
Returns the type of data entered in a column of an XLS file.
<zipArchive variable>.Merge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
KeepVisibleHierarchy (Property)
The KeepVisibleHierarchy property is used to:
  • Know which elements of the hierarchical table are printed: print the complete hierarchy or print the hierarchy visible in the field.
  • Modify hierarchy print mode: print complete hierarchy or print hierarchy visible in field.
<EmailIMAPSession>.GetAll (Function)
Retrieves all the emails found on an IMAP server.
xlsData (Function)
Retrieves the content of a cell found in an XLS file.
Organizer control events
The following events are associated with Organizer controls:
<DiskFile variable>.ReadLine (Function)
Reads a line from an external file (ANSI or Unicode).
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
<emailNotesSession variable>.CloseSession (Function)
Closes a Notes session.
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...
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
<zipArchive variable>.ExtractFile (Function)
Extracts a file from an archive and automatically decompresses it to a physical location or in memory.
<zipArchive variable>.ExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
<emailOutlookSession variable>.CloseSession (Function)
Closes an Outlook session.
<emailOutlookSession variable>.ChangeFolder (Function)
Modifies the current folder in the Outlook messaging software.
<emailOutlookSession variable>.CurrentFolder (Function)
Returns the name of the current folder in the Outlook messaging software.
<emailOutlookSession variable>.AddFolder (Function)
Adds a folder into the Outlook messaging software.
<Connection variable>.StopServer (Function)
Stops an HFSQL server.
<EmailOutlookSession variable>.Update (Function)
Updates the messages of MS Exchange according to the email server.
<zipArchive variable>.OpenCAB (Function)
Opens an existing archive in CAB format.
1
2
3