ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WEBDEV cluster: Proxy configuration
To use a WEBDEV cluster, it is necessary to distribute the load between the different cluster nodes (each node corresponding to a WEBDEV Application Server)......
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
TableEnumColumn (Function)
Returns the name of a column found in a Table or Treeview Table control.
Constants for managing the internal windows
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
SCM: Management of branches
The management of branches is used to manage several versions of the same application in parallel......
Native Oracle Connector: Programming with SQL functions
The SQL functions can be used to handle the ORACLE database, regardless of whether WDORAINS is used or not to configure the accessed database......
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
TopMargin (Property)
The TopMargin property sets the top margin of an element.
StatCovariance (Function)
Calculates the covariance between two series of values.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
1. What is a website?
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)...
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
Image Editor control properties (WEBDEV)
You can manipulate Image Editor controls in a page using the following WLanguage properties......
KeyPressed (Function)
Checks which key is pressed.
Optimizing the connection times to the HFSQL Client/Server databases
This help page explains how to optimize the connection times to the HFSQL Client/Server databases by limiting the network traffic......
HDescribeLink (Function)
Describes a link between two data files through programming.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
Camera control: decoding the bar codes (prefix syntax)
In iOS and Android, the bar codes can be decoded via the Camera control by BCCapture......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...