ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Binding a ListView control to an item
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
FTPCommand (Function)
Sends a specific FTP command to a server.
Certificate (Variable type)
The Certificate type is used to handle: the certificates used to sign the strings or the files. the certificates used to sign the emails....
Starting WDOptimizer in a command line
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
grSeriesLineType (Function)
Modifies the type of line for a series found in a Line, Area, Scatter and Radar chart.
SynchroHFSQL (Property)
The SynchroHFSQL property is used to: get the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file. specify the refresh mode of a Table control based on a data file linked to an HFSQL Client/Server data file....
HImportXLS (Function)
Imports an XLS file into a data file in HFSQL Classic or Client/Server format (data file described in the data model editor, or declared by HDeclare, HDeclareExternal or HDescribeFile)....
<Source>.ImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
SysDateTime (Function)
Returns or modifies the system date (current date and time defined on the current computer).
<Source>.ChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).
MongoGridFSGetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
MongoGridFSGetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
pdfProtection (Variable type)
The pdfProtection type allows you to identify the protection options applied to a PDF document present in a variable of type pdfDocument. This new variable type is available from WINDEV Suite SaaS 2025 Update 3....
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
The "Bubble" charts
A bubble chart shows the correlation between three variables using bubbles of different sizes: categories and values on the X and Y axes and an additional parameter.. The size of the bubble indicates the value of this third parameter.
<Upload>.Delete (Function)
Deletes a file from the list of files to upload: the file will not be uploaded on the server.
HCopyRecord (Function)
Copies: the content of the current record (loaded in memory) to the current data file record. the content of the Record variable to the current data file record....