ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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).
Find/Replace in the current project
The "Find/Replace" feature is used to......
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
sWrite (Function)
Writes a character string to the output buffer of the specified serial port, parallel port or infrared port.
Middle (Function)
Extracts: a substring from a string starting at a specified position. part of a buffer starting at a specified position....
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. in the Phone contacts list (Android, iPhone or iPad)....
The email structure
The email structure is a preset structure of WLanguage (no declaration is required)......
iInitReportQueryConnection (Function)
Initializes the query linked to the report.
fWriteLine (Function)
Writes a line to a text file (ANSI or Unicode).
EmailReadLastHeader (Function)
Reads the header of last incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
EmailReadFirstHeader (Function)
Reads the header of the first incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
LooperDisplay (Function)
Refreshes a Looper control based on a data file from a given position: the modifications performed in the linked file are applied to the looper.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
HTTPAddFile (Function)
Adds a file to the HTTP form.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
HChangeConnection (Example)
Usage example of the HChangeConnection function
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
AuthRevokeToken (Function)
Revokes a JSON Web Token (JWT).
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.