ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Composite variable
A composite variable contains different types of elements (members)...
Declaring and using a variable
A variable is defined by name and type...
Checkers available in the code editor
The code editor proposes several tools used to correct the code...
Assignment operators
Three assignment operators are available...
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc.
IsNumeric (Function)
Enables you to find out whether a variable or a control is:
  • a numeric (integer, real, currency or numeric).
  • a string that can be converted into numeric.
Constant
The constants are language elements whose value is fixed once and for all...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler...
<zipArchive variable>.OpenCAB (Function)
Opens an existing archive in CAB format.
<zipArchive variable>.OpenRAR (Function)
Opens an existing archive in RAR format.
<zipArchive variable>.Merge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
<zipArchive variable>.DeleteFile (Function)
Deletes a file from an archive.
<zipArchive variable>.DeleteFileList (Function)
Deletes a list of files from an archive.
<zipArchive variable>.DeleteAll (Function)
Deletes all files from an archive.
<zipArchive variable>.FileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ...
<xlsDocument variable>.AddWorksheet (Function)
Adds or inserts a new worksheet into an Excel document.
<xlsDocument variable>.Close (Function)
Closes an XLS file.
<xlsDocument variable>.Save (Function)
Saves an XLS document.
<xlsDocument variable>.DeleteWorksheet (Function)
Deletes a worksheet from the Excel document.
<zipArchive variable>.AddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
<zipArchive variable>.Create (Function)
Creates an archive.
<zipArchive variable>.Split (Function)
Splits an archive into several sub-archives of a given size.
<emailIMAPSession variable>.AddFolder (Function)
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ...
<emailOutlookSession variable>.AddFolder (Function)
Adds a folder into the Outlook messaging software.
<emailIMAPSession variable>.ChangeFolder (Function)
Modifies the current folder in the messaging software using the IMAP, ...
<emailOutlookSession variable>.ChangeFolder (Function)
Modifies the current folder in the Outlook messaging software.
<Email variable>.LoadAttachment (Function)
Adds an attached file to an email.
<Email variable>.BuildSource (Function)
Generates the source code of the email to send from an Email variable.
<emailIMAPSession variable>.Expunge (Function)
Destroys all the deleted emails marked as deleted ("Deleted" status) from the current folder...
<emailIMAPSession variable>.CurrentFolder (Function)
Returns the name of the current folder in the messaging software using IMAP (Internet Message...
<emailOutlookSession variable>.CurrentFolder (Function)
Returns the name of the current folder in the Outlook messaging software.
<sfConnection variable>.Delete (Function)
Deletes records from a Salesforce database.
<sfConnection variable>.Undelete (Function)
Restores previously deleted Salesforce records.