ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The "Image catalog" pane
The "Image catalog" pane is a context-sensitive image catalog......
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post Office Protocol) in order to retrieve the messages found on this server.
WDEnd (External language)
Ends a program that is using WINDEV.
ExecutePresetAction (Function)
Runs a preset WINDEV action.
Modifying an SVG image (XML functions)
SVG (Scalable Vector Graphics) is a vector image format......
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
ScrollWithFinger (Property)
The ScrollWithFinger property is used to: Determine if the content of a control can be moved with the finger ("finger scrolling"). Enable or disable touch-responsiveness for a control....
<Table>.SelectToFile (Function)
Positions on the data file record corresponding to a row selected in the multi-selection Table control based on a data file.
Testing a window
Testing a single window allows you to run the current window in WINDEV or WINDEV Mobile......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Functions specific to iOS - Apple Watch communication
The WLanguage functions specific to the communication between the iOS applications and the associated Apple Watch applications are as follows:...
Close (Function)
Closes a WINDEV window (and returns a value if necessary).
WEBDEV license agreement
WEBDEV license agreement...
License agreement for Native DB2 Connector
License agreement for Native DB2 Connector...
Body block
The Body block corresponds to the main block of the report......
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
Restore (Function)
Displays a WINDEV window to its initial size.
Maximize (Function)
Displays a WINDEV window in its maximum size.
mongoOperationUpdateOne (Type of variable)
The mongoOperationUpdateOne type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. The first document that matches the selection filter will be updated.
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.