ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ColorHue (Function)
Calculates the hue of a color.
sfMergeResult (Type of variable)
The sfMergeResult type is used to find out the result of SFMerge...
NbPrintedRec (Property)
The NbPrintedRec property is used to determine the number of records already printed.
CurrentMonth (Function)
Returns the number of the current month.
SpeechRecognitionAddCommand (Function)
Adds a voice command into the current window.
grWaterfallColor (Function)
Indicates the color for a type of category in a Waterfall chart.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
DateTimeToEpoch (Function)
Converts a local datetime to Epoch format (number of time units since 01/01/1970 at 00h00 UTC)....
XMLPath (Function)
Returns the current position in the document in XPATH format.
diagShape (Type of variable)
The diagShape type is used to define all the advanced characteristics of the original shape used in a diagram.
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.
ExceptionPropagate (Function)
Propagates an exception.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
ColorSaturation (Function)
Calculates the saturation of a color.
ColorLightness (Function)
Calculates the lightness of a color.
Shape control properties
Shape controls in windows, pages and reports can be handled using different WLanguage properties......
IF statement
The conditional IF statement allows you to run an action according to a condition...
UUDecode (Function)
Decodes a character string in UUEncode format.
InJavaMode (Function)
Indicates whether the code is run in Java.
WordToArray (Function)
Fills an array with the words from a string.
Age (Function)
Returns the age according to the date of birth.
LabelWidth (Property)
The LabelWidth property is used to: Find out the width of labels in a "Label" report. Modify the width of labels in a "Label" report....
Column
The Column property is used to manipulate one or more columns.
Row (Property)
The Row property is used to manipulate one or more rows.
NbRecRead (Property)
NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists).