ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
dbgStartMemoryDiff (Function)
Starts a difference operation of the memory used by the application.
Bar code constants
Events associated with Table controls
List of events associated with Table controls...
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
How to create two linked cascading tables?
This help page explains how to create two linked cascading Table controls in a window or page....
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
Setting the initial focus to a control (AAF)
The context menu of Edit controls includes the option "Set initial focus to this control"......
Beep (Function)
Emits a beep.
Native DB2 Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native DB2 Connector......
NotifPushProcedure (Function)
Specifies the WLanguage procedure called when a push notification is received by a WINDEV Mobile application (Android or iOS).
Constants for managing Map controls
Constants for managing Map controls...
Creating a Responsive Web Design page
Websites can be viewed on several platforms......
SNMPLoadMIB (Function)
Loads a MIB file in memory and analyzes it.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
The triggers
A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ......
Changing the characteristics of window controls
The characteristics of the controls can be viewed and/or changed in......
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
HConnect (Function)
Redefines one or more connection parameters via Native Connector (Access, SQL Server, MySQL or Oracle) or via an OLE DB access on a specific table or set of tables.
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.
Phone constants (Android / iOS)
HSeek (Function)
Positions on the first record of the data file whose value for a specific item is greater than or equal to a sought value (generic search by default).