ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Images, colors and tabs
To optimize the appearance of your screens, WINDEV, WEBDEV and WINDEV Mobile allows you to use images or colors in your tab controls......
Warning 12: The label is unused
AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
grPointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
<Chart>.PointColor (Function)
Initializes the color of a specific point in one of the following chart types: Line, Scatter, Bubble chart....
BackgroundImage (Property)
The BackgroundImage property is used to identify and modify the background color of an element: window, page, control or report.
dFill (Function)
Colors an area: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dInvertColor (Function)
Inverts the colors: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<picLayer variable>.Pen (Function)
Declares the default color and style for lines, rectangles, circles, etc. contained in a variable of type picLayer.
<Image variable>.Pen (Function)
Declares the default color and style for lines, rectangles, circles, etc. contained in a variable of type Image.
<WDPic variable>.Pen (Function)
Declares the default color and style for lines, rectangles, circles, etc. contained in a variable of type WDPic.
TitleBackgroundColor (Property)
The TitleBackgroundColor property gets and sets the background color of a column title in a Table or TreeView Table control.
The Cell control
The Cell control contains controls......
<Chart>.Scatter3DAltitudeColor (Function)
Defines the different colors used according to the altitude levels of a series found in a 3D Scatter chart.
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
grScatter3DAltitudeColor (Function)
Defines the different colors used according to the altitude levels of a series found in a 3D Scatter chart.
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
SystemBarColor (Property)
The SystemBarColor property gets or sets the system bar color of full-screen windows in mobile devices.
SchedulerBackgroundColor (Function)
Defines a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).