ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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....
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.
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.
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.
Error 113: Non-dynamic array without definition
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......
ServiceInstall (Function)
Installs a Windows service or a Linux daemon according to the information given in the members of the Service variable.
StatVariance (Function)
Calculates the variance for a series of values.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
KeyPressed (Function)
Checks which key is pressed.
fCompare (Function)
Compares the content of two files bit by bit.
grSeriesLabel (Function)
Initializes the label of a data series in a chart.
ListMoveLine (Function)
Moves a row or swaps two rows in a List Box or Combo Box control.
sfSearchResult (Type of variable)
The sfSearchResult type is used to find out the result of SFSearch...
hbConnection (Type of variable)
The hbConnection type is used to define the characteristics of a connection to a HBase server.