ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Constants for managing Map controls
Constants for managing Map controls...
Beep (Function)
Emits a beep.
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
fLock (Function)
Entirely or partially locks an external file.
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
HSeek (Function)
Positions on the first record of the table whose value for a specific item is greater than or equal to a search value (generic search by default).
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
File Description (Variable type)
The File Description variable is used to programmatically describe tables.
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
WEBDEV Application Server administration constants
Usage example of the DnDCursor function...
Events associated with Table controls
List of events associated with Table controls...
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
ToolTipDelay (Function)
Used to modify: the timeout before displaying the tooltips. the display duration of the tooltips....
The Site Map control
The Site Map control allows the Web user to......
iFont (Function)
Selects the default font.
HFilterContains (Function)
Defines and enables a "Contains" filter on a table, view or query.
Display modes, transparency and symmetry of an image
An image can be displayed in a window, a window control, a report control, a page control or a block according to several display modes....
WindowIfNew (Property)
The WindowIfNew property is used to get and change the name of the internal window to be opened if the end user opens a new tab in a dynamic Tab control.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).