ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RightClick (Property)
The RightClick property gets and sets the name of the Button control that will be executed when an object is right-clicked.
ProgressBar (Function)
Displays a progress bar in the status bar of current window.
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
ArraySeek (Function)
Searches for the index of an element in a WLanguage array.
EmailReadMessage (Function)
Reads an incoming according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
Size (Property)
The Size property is used to determine and change the size of an element.
HAlias (Function)
Creates a logical alias of a table (or query) or cancels all existing aliases.
HReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
WDScript: use in interactive mode
In interactive mode, the WDScript editor is divided into several areas......
emailSMTPSession (Variable type)
The emailSMTPSession type is used to access a messaging server by using the SMTP protocol (Simple Mail Transfer Protocol) in order to send emails.
ImageWidth (Property)
The ImageWidth property gets and sets the width of the image section displayed in an Image control or in the background of a Chart control.
ImageHeight (Property)
The ImageHeight property is used to: Find out the height of the image section displayed in an image control or in the background of a chart control. Modify the height of the image section displayed in an image control or in the background of a chart control....
XImage (Property)
The XImage property is used to get and change the initial X-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
YImage (Property)
The YImage property is used to get and change the initial Y-coordinate of the image section that will be displayed in an Image control or in the background of a Chart control.
LooperInsertLine (Function)
Inserts a row into a Looper control.
LoadParameter (Function)
Reads a persistent value.
fSaveText (Function)
Creates and fills a text file with the content of a text control or text variable (string variable, edit control in a window, Static control in a report, ...).
InWebMode (Function)
Indicates whether the current process is run: from a WINDEV executable. from the WEBDEV runtime engine (AWP)....
Right (Function)
Extracts the last characters from a string or string buffer.
IntegerToWeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is an integer).
PositionOccurrence (Function)
Finds the Xth position of a string within another string.