ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Cursor constants
List of constants used by the functions for managing cursors and the mouse...
NbComponent (Property)
The NbComponent property is used to get the number of elements in a composite key.
Handling an OLE control by programming
WINDEV enables you to handle an OLE control by programming......
rssSource (Type of variable)
The rssSource type is used to describe the source of an entry for an RSS stream...
SelectionOnly (Property)
The SelectionOnly property is used to: Find out which elements of the Table or TreeView Table control will be printed: print all the records or the selected records only. Change the print mode of rows in the Table or TreeView Table control: print all records or the selected records only....
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
Image control: Operating mode of a clickable image
You can define the click actions of an Image control ("General" tab of the control description window) to make it Clickable Image control......
ThreadPause (Function)
Pauses the current thread during the specified duration.
Navigation Bar control properties
A Navigation Bar control found in a page can be handled in WLanguage by the following properties......
Linear Looper control properties
Web Camera control properties
A Web Camera control found in a page can be handled in WLanguage by the following properties.
<Page>.Address (Function)
Used to find out the Internet address of a page.
Properties associated with the attributes of a Looper control
The attributes of a Looper control found in a window or in page can be handled by the WLanguage properties......
Constants for managing ports
List of constants used by the functions for port management (serial and parallel ports)...
EmailSetTimeOut (Function)
Changes the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
Pager control properties
The WLanguage properties are used to handle the Pager control in server code and in browser code......
ConfigureSpellCheck (Function)
Configures the spelling checker for the edit controls and for the Table control columns in the whole application.
Link control properties
The Link control is available in a page and in a report......
Tiff (Type of variable)
The Tiff type is used to define the advanced characteristics of a TIFF image.
rssTextInput (Type of variable)
The rssTextInput type is used to describe the input area of RSS stream...
HExecuteProcedure (Function)
Runs a stored procedure.
Peeling Corner control properties
Cell control properties
List of properties associated with the Cell control...
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
ThreadWaitSignal (Example)
Usage example of the ThreadWaitSignal function