ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Clipping the window according to an image
An image can be used to easily define the shape of a window......
RGBRed (Function)
Returns the red component of an RGB color.
RGBBlue (Function)
Returns the blue component of an RGB color.
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
PVTListPositionHeader (Function)
Returns all values associated with a row or column header in a Pivot Table control.
IF statement
The conditional IF statement allows you to run an action according to a condition...
HTTP constants
List of constants used by the HTTP functions....
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
Class diagram
A class diagram describes the structure of a system via classes and the relationships among them......
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
NextTitle (Function)
Modifies the title of next window to open.
DnDCacheData (Function)
Indicates the type of data and the data to copy/move during Drag/Drop....
RGBGreen (Function)
Returns the green component of an RGB color.
EmailReadNext (Function)
Reads the incoming email found after the current email according to the protocol (POP3 or IMAP, MS Exchange, Lotus Notes or Outlook).
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
FileDisplay (Example)
Usage example of the FileDisplay function
Reading bar codes
WINDEV, WEBDEV and WINDEV Mobile allow you to create applications for reading bar codes......
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
Break in a Table control
A break in a Table control is used to group the data corresponding to one or more arguments......
WEBDEV Application Server - 10 connections - License agreement
14. Distribute Reports and Queries with your applications
WINDEV Tutorial - Reports and Queries Distribute Reports and Queries with your applications - 10 min
MenuSelectMinus (Function)
Disables (grays out) a menu option (popup menu or drop-down menu).
Record (Type of variable)
The Record type is used to save the values of a record.
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....