ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MapAddItinerary (Function)
Adds an itinerary onto a Map control.
HCreationIfNotFound (Example)
Usage example of the HCreationIfNotFound function
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
grOverlayChart (Function)
Used to display two different types of charts in the same chart.
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
HOnServerCall (Function)
Customizes the management of message display on the client computer and the management of disconnection from a client computer.
TableSelect (Function)
Returns the index of the selected element in the Table or TreeView Table control.
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
ThreadStop (Function)
Stops a secondary thread. Function not recommended.
SemaphoreCreate (Function)
Creates a semaphore.
HSetReplication (Function)
Temporarily disables (or re-enables) the replication.
FTPCommand (Function)
Sends a specific FTP command to a server.
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
FTPSend (Function)
Transfers a file or directory to an FTP server (File Transfer Protocol).
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
<String type>.ExtractString (Function)
Allows you to: extract a substring from a string based on a specified string separator. search for substrings in a string based on a specified string separator....
FontUnderlined (Property)
The FontUnderlined property is used to: Determine if the text is underlined. Underline (or not) a text....
BurnerMediaType (Function)
Used to find out and modify the format of the CD or DVD to burn.
HCopyRecord (Example)
Usage example of the HCopyRecord function