ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

InitialItem (Property)
InitialItem is used to find out the initial name of an item found in a query. This name is known from the alias of this item.
Error 810: * can only be used for a parameter with a default value
System functions
List of system functions...
DomoStatus (Function)
Used to find out whether an electrical device (compatible with the X10 protocol) is switched on or off.
Thickness (Property)
The Thickness property is used to get and change the thickness of an element.
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
MultimediaReader (Property)
The MultimediaReader property is used to get and change the media player currently used by a Multimedia control to play media files.
MyLeftSlidingWindow (Reserved word)
MyLeftSlidingWindow is used to handle the left sliding window associated with the current window.
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
NbWorksheet (Property)
The NbWorksheet property is used to get the number of worksheets in a Spreadsheet control.
TableEndFilling (Function)
Ends the process to populate a Table or TreeView Table control programmatically.
EmailExportHTML (Function)
Retrieves the HTML code of an email to display it in an HTML control (HTML control, HTML Display control, etc.).
TreeSelectCount (Function)
Returns the number of selected elements in a TreeView control (for a multi-selection TreeView control).
fDirectoryExist (Function)
Checks the existence of a directory.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
diagOval (Type of variable)
The diagOval type is used to define all the advanced characteristics of a shape of type Oval.
CreateShortcut (Example)
Usage example of the CreateShortcut function
The Internal Window control
The "Internal Window" control is used to include a window (and its code) in a control of another window......
HDescribeServerTrigger (Function)
Adds or modifies a server trigger.
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
EmailReadPrevious (Function)
Reads the email found before the current email according to the protocol used (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Printing a report in WINDEV
When creating a report, the test of this report can be run from the report editor......
TableToText (Function)
Creates a character string from the data found in a Table or TreeView Table control.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.