ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function
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)....
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
CalendarSelectCount (Function)
Returns the number of days selected in a Calendar control.
HTTPAddFile (Function)
Adds a file to the HTTP form.
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).
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).
ExceptionInfo (Function)
Retrieves information about the current exception.
The Drawer control
The Drawer control can be expanded in order to display (or not) the integrated controls......
DotNetDelegate (Example)
Usage example of the DotNetDelegate function
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)....
CDList (Function)
Returns the list of CD/DVD players installed on the current computer....
iParameter (Example)
Usage example of the iParameter function
Left (Function)
Extracts the left part (i.e., the first characters) from a string or buffer.
zipDeleteAll (Example)
Usage example of the zipDeleteAll function
mlzInsertLine (Function)
Inserts a new dynamic row in a Multiline Zone control.
HTTPAddParameter (Function)
Adds a parameter to an HTTP form.
HStatNbDuplicates (Function)
Returns the number of duplicates for a given key item.
XMLData (Example)
Usage example of the XMLData function