ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
ModbusReadBit (Function)
Reads one or more bits from a Modbus slave, starting at a specific address.
ContactRead (Function)
Reads a contact in a Lotus Notes or Outlook address book.
GroupPrevious (Function)
Reads the group of contacts before the current group in a Lotus Notes or Outlook address book.
GroupLast (Function)
Reads the last group of contacts in a Lotus Notes or Outlook address book.
GroupFirst (Function)
Reads the first group of contacts in a Lotus Notes or Outlook address book.
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
AAFOpenHelp (Function)
Opens the AAF (Automatic Application Features) help website.
Creating the Form windows of a WINDEV RAD pattern
Special paste
The Special paste command is used to explicitly choose the format in which the clipboard content will be pasted in the window editor......
GroupRead (Function)
Reads a group of contacts in a Lotus Notes or Outlook address book.
GetActiveObject (Function)
Allows to use an Automation object already started on the current computer.
GroupNext (Function)
Reads the group of contacts after the current group in a Lotus Notes or Outlook address book.
ListAdd (Function)
Adds an element to a List Box, ListView or Combo Box control populated programmatically.
1. Creating a WEBDEV project and its database schema
WEBDEV Tutorial - Creating a WEBDEV project and its database schema Lesson 1 - Creating a WEBDEV project and its database schema - 5 min
Context menu of windows (AAF)
The context menu of the windows (right mouse click on the window) contains the following options......
WDScript: use in command-line and console mode
Serialization constants
The serialization constants are as follows:
HReadLast (Function)
Sets the position on the last record of a data file according to a browse item.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....