ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
StatCovariance (Function)
Calculates the covariance between two series of values.
TopMargin (Property)
The TopMargin property sets the top margin of an element.
LooperMoveLine (Function)
Moves a row or swaps two rows in a Looper control.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
BitwiseAND (Function)
Returns the result of the bitwise AND between two values.
Functions for managing Table controls (prefix syntax)
List of functions for managing Table controls (prefix syntax)...
1. What is a website?
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
fCompare (Function)
Compares the content of two files bit by bit.
HDescribeLink (Function)
Describes a link between two data files through programming.
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......
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
CameraRunApp (Function)
Starts the device's native camera application to record a video or to take a photo....
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...
zipFindFile (Function)
Finds a file in an archive (in CAB, ZIP, RAR, WDZ or 7z format).
FOR EACH/FOR ALL statement (loop through files)
The FOR EACH statement is used to run different types of HFSQL loops...
DateDifference (Function)
Calculates the number of days between two dates.
Composite variable
A composite variable contains different types of elements (members)...
Advanced types
The advanced types of WLanguage are as follows...
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a data file. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
Constants for managing the modification of windows by the user