ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......
StringToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
<ANSI string type>.ToNum (Function)
Returns the numeric value of a character string. This feature enables you to perform numeric calculations on strings.
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
CoTan (Function)
Calculates the cotangent of an angle.
Cos (Function)
Calculates the cosine of an angle.
Tangent (Function)
Calculates the tangent of an angle.
MatTranspose (Function)
Calculates the transposed matrix.
ColorHue (Function)
Calculates the hue of a color.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
Sum (Function)
Calculates the sum of the array elements.
<Array>.Sum (Function)
Calculates the sum of the array elements.
StatSum (Function)
Calculates the sum for a series of values.
StatVariance (Function)
Calculates the variance for a series of values.
MatInvert (Function)
Calculates the inverse of a square matrix.
<Pivot table>.Load (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
Characteristics of the columns in a Table control in a window (prefix syntax)
The columns are used to display information in a Table control......
PVTLoad (Function)
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
<Chart>.SunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
DateDifference (Function)
Calculates the number of days between two dates.
DateTimeDifference (Function)
Calculates the difference between two dates and times.
<Map>.ItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
MapItineraryDistance (Function)
Calculates the distance of an itinerary in a Map control.
1
2
3
4
5
6
104
>