ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
NextTitle (Function)
Modifies the title of next window to open.
Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
zipOpen (Function)
Opens an existing archive.
Right (Function)
Extracts the last characters from a string or string buffer.
ListCount (Function)
Returns the number of elements in a List Box, ListView or Combo Box control.
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
ShellExecute (Function)
Opens a document in its associated application.
SysWindowsVersion (Function)
Returns information about the Windows version used on the current computer.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HashString (Function)
Calculates the Hash of a character string according to a specific algorithm.
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
Input (Function)
Displays a message allowing the user to type an information.
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
iCreateFont (Example)
Usage example of the iCreateFont function
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
ListModify (Function)
Modifies an element in a List Box, ListView or Combo Box control populated programmatically.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
FTPRenameFile (Example)
Usage example of the FTPRenameFile function