ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RGBGreen (Function)
Returns the green component of an RGB color.
System popup menu
The system popup menus are managed by the system (Android, Windows, ......
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
Custom context menu
Custom context menus are created in the window editor and can be handled programmatically......
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....
ListInsert (Function)
Inserts an element into a List Box, ListView or Combo Box control populated programmatically.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
DnDGetData (Example)
Usage example of the DnDGetData function
MultimediaOpen (Function)
Opens a media file in a Multimedia control.
RGBRed (Function)
Returns the red component of an RGB color.
tapiBlindTransfer (Function)
Performs a "blind" transfer.
Pop (Function)
Pops an element from a stack.
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......
7. Window templates
...Window templates...
Code coverage
The code coverage is the measure regarding the coverage of tests run on an application or site......
HDelete (Function)
Deletes a record from a data file (query or view).
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.