ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

RegistryValueType (Function)
Returns the type of value found in the registry.
grWaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
<Chart>.WaterfallCategoryType (Function)
Indicates the category type of a Waterfall chart.
Minute (Property)
The Minute property is used to: Retrieve the minutes from a Time or DateTime variable, or the number of minutes from a Duration. Change the minutes in a Time or DateTime variable, or the number of minutes in a Duration. Retrieve the minutes or the number of minutes from a Date item (in "Date and Time" or "Duration" format) or from a Time item. Modify the minutes or the number of minutes in a Date item (in "Date and Time" or "Duration" format) or in a Time item....
Manipulating Progress Bar controls programmatically
A Progress Bar control can be handled through programming......
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
ImageInfoModify (Function)
Modifies the value of an Exif tag for the image used.
ImageInfoValue (Function)
Returns the value of an Exif tag for the image used.
Multiline strings
To type character strings over several lines in the code editor...
Hash constants
List of constants used by the Hash functions....
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Input (Function)
Displays a message allowing the user to type an information.
Handling a Slider control through programming
WINDEV and WINDEV Mobile allow you to handle a Slider control through programming......