ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

hbWriting (Type of variable)
The hbWriting type is used to define the characteristics of a write operation that will be performed in a row (record) of an HBase table.
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
mongoDatabase (Type of variable)
The mongoDatabase type is used to define the characteristics of a database for a MongoDB server.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
tapiCompleteTransfer (Function)
Performs a call transfer (with ability to retrieve the call).
How to loop through a file using filters?
ZoomWithFinger (Property)
The ZoomWithFinger property is used to: determine if an Image or Camera control supports pinch zoom. enable or disable pinch zoom in an Image or Camera control....
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
Error 113: Non-dynamic array without definition
AAFDisable (Function)
Disables an Automatic Application Feature (AAF) on a control, window or on the current application.
hbColumn (Type of variable)
The hbColumn type is used to define the advanced characteristics of a column (item) in a HBase table.
NotesOpenConnection (Function)
Establishes a connection to a Domino server.
AIDetectDrawing (Function)
Classifies freehand drawings, including circles, squares and triangles.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Menus and menu options: Tips & Tricks
This page presents some operations specific to the menus and to the menu options......
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....
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
SQLExec (Function)
Names and runs an SQL query.
Manipulating WEBDEV menu options
The context menu of menu options allows you to perform all the operations required to define a drop-down menu......
WDSQL: Creating an SQL query
Once the connection to the database is established, WDSQL allows you to create different types of SQL queries......