ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
MemoryToFile (Function)
Automatically initializes the memory value of the items for the current file record with the values of the members of a class or structure.
HSL (Function)
Creates a color from its hue, saturation and lightness.
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
ArrayCopy (Function)
Copies the content of an array to another array.
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Character string: How to extract, remove and replace words?
This page presents the main operations that can be performed on a character string....
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
TreeMoveItem (Function)
Moves an element (leaf or node) in a TreeView control.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
11. Controls in practice
Discover the main characteristics of the controls...
VolumePhysicalButton (Function)
Identifies or modifies the sound source associated with the physical buttons used to set the volume of the device.
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Installing and configuring HFSQL Cluster
Required configuration and overview for installing HFSQL Cluster....
picLayer (Type of variable)
The picLayer type is used to define all the advanced characteristics of a layer of an image loaded in a WDPic variable.
gStoredValueEnable (Function)
Allows (or not) retrieving the value defined by gStoredValue in a List Box or a Combo Box control.
JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
Table,Display (External language)
Refreshes the Table control.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
PhotoRunApp (Function)
Starts the native camera application of the device in order to take a photo.
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.