ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Diagram management functions
Diagram management functions...
Orientation (Property)
The Orientation property gets and sets the angle of an element.
Server (Property)
The Server property is used to manage servers.
PageLayout (Property)
The PageLayout property sets the layout characteristics of a document.
ArrayShuffle (Function)
Shuffles the elements of a WLanguage array.
Array functions
List of functions for managing arrays...
BufferToHexa (Function)
Converts a buffer into a displayable hexadecimal string (e.g. "4A 5B 00").
MinimumLength (Property)
The MinimumLength property gets and sets the minimum length of an element.
Sort (Function)
Sorts a WLanguage array.
EmailReadLast (Function)
Reads the last incoming email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Keywords (Property)
The Keywords property is used to get and modify the keywords associated with a page.
EmailDeleteMessage (Function)
Deletes the current email using the current protocol (POP3, IMAP, MS Exchange, Lotus Notes or Outlook).
ClientSecret (Property)
The ClientSecret property gets the client secret defined when the application was declared or registered.
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).
RegistrySeek (Function)
Seeks a character string in the registry.
SchedulerOpenTaskProperties (Function)
Opens the property page of a scheduled task.
Multiple assignments of arrays, structures and classes
The multiple assignment of arrays consists in assigning a set of simple values (boolean, integer, string, real, numeric or currency) to the cells of an array. This multiple assignment is also available for the structures and the classes....
<ANSI string>.BufferToHexa (Function)
Converts an Ansi or Unicode string into a displayable hexadecimal string (e.g. "4A 5B 00").
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).