ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Right (Function)
Extracts the last characters from a string or string buffer.
Responsive Web Design: Managing a header bar
This help page explains how to create a page containing a header bar in Responsive Web Design mode......
<Thread variable>.Wait (Function)
Waits for the end of the execution of the specified thread.
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. from the list of contacts on the phone (Android, iPhone or iPad, Universal Windows)....
Navigation history in the code
The different editors enable you to directly view the code of an element by pressing the F2 key......
XMLData (Example)
Usage example of the XMLData function
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
zipClose (Example)
Usage example of the zipClose function
fTempFile (Example)
Usage example of the fTempFile function
NotesCloseDatabase (Function)
Closes the local or remote database used (Lotus Notes or Domino).
DotNetVersion (Function)
Returns the version number of the .Net Framework available on the current computer.
grScatterAddDataXY (Function)
Adds a data into a "Scatter" chart.
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
grPiePullOut (Function)
Pulls out a section (or all sections) in a chart.
Duration (Property)
The Duration keyword can correspond to: the keyword used to define a Duration variable. the Duration property of a saasVisit variable....
NamespaceDeclared (Property)
The NamespaceDeclared property is used to manage defined namespaces.
<Thread>.SendSignal (Function)
The current thread sends a signal to the specified thread in order to unlock it.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
CloseSession (Function)
Closes a session with Lotus Notes or Outlook.
Keyword (Property)
The Keyword property is used to get and change a keyword.
httpRequest
The HTTPRequest keyword can correspond to...
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
FTPRenameFile (Example)
Usage example of the FTPRenameFile function