ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HCreateSubscriberReplica (Function)
Creates the description file of a subscriber replica.
pdfParameter (Type of variable)
The pdfParameter type defines all the characteristics of the PDF file to be generated.
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
zipExtractFileList (Function)
Extracts and decompresses a list of files found in an archive to a physical location.
grScatterPointSize (Function)
Defines the size of points in a "Scatter" chart.
SSH functions
The following functions are used to connect and communicate with a SSH server:...
AppointmentModify (Function)
Modifies the current appointment: in a Lotus Notes or Outlook calendar. in the calendar found on a mobile device (Android/iOS)....
Polygon (Property)
The Polygon keyword can correspond to...
Properties associated with the breaks of a Looper control
Several properties can be used with the breaks found in a Looper control......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
sRead (Function)
Reads a character string in the entry buffer of the specified serial port.
DashResizeWidget (Function)
Changes the dimensions of a widget found in a Dashboard control.
DashMoveWidget (Function)
Changes the position of a widget found in a Dashboard control.
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
HImportText (Function)
Imports a Text 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)....
FTPSize (Function)
Returns the size (in bytes) of a file found on an FTP server (File Transfer Protocol).
grScatterLinkPoint (Function)
Links (or not) the points found in a "Scatter" chart.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
zipSize (Function)
Returns the size of archive (in ZIP, RAR, CAB, WDZ or 7z format): the size of all compressed files found in the archive. the size of all files found in the archive before compression....
zipFileSize (Example)
Usage example of the zipFileSize function
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
HExtractMemo (Example)
Usage example of the HExtractMemo function