ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<Connection variable>.RSDeleteConfig (Function)
Deletes a replication between two HFSQL servers.
StoreTheValue (Property)
The StoreTheValue property is used to: Find out whether a control keeps its value between two application starts via the persistence. Modify a control so that it keeps (or not) its value between two application starts via the persistence....
Telephony constants
List of constants used by telephony functions...
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
<ANSI String type>.Contains (Function)
Allows you to check if a substring is within a string.
<Ansi string type>.Complete (Function)
Returns a character string of a specified length.
<ANSI String type>.Right (Function)
Extracts the right part (i.e., the last characters) from a string or buffer.
<Ansi string type>.DeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
<ANSI string type>.ToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
Example for creating a select query
This help page explains how to create two select queries......
TopMargin (Property)
The TopMargin property sets the top margin of an element.
Error 120: Redefinition of the structure
7. Available controls in a window
WINDEV Mobile includes several types of controls...
<Connection variable>.AddLink (Function)
Adds an integrity rule between two files on the server.
BitwiseOR (Function)
Returns the result of the (bitwise) logical OR between two values.
fCompare (Function)
Compares the content of two files bit by bit.
StatCorrelation (Function)
Calculates the coefficient of correlation between two series of values.
HDescribeLink (Function)
Describes a link between two data files through programming.
GrantType (Property)
The GrantType property gets the grant types available.
Window controls
Several types of controls can be used in a window, ......
<Array>.Intersect (Function)
Returns an array corresponding to the intersection of two arrays.
ArrayIntersect (Function)
Returns an array corresponding to the intersection of two arrays.
<Array>.Union (Function)
Returns an array corresponding to the union of two arrays.
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......