ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

ColorLightness (Function)
Calculates the lightness of a color.
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
Handling a Linear Looper control through programming
WEBDEV allows you to handle a Linear Looper control through programming....
ColorSaturation (Function)
Calculates the saturation of a color.
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
EmptyIfZero (Property)
The EmptyIfZero property is used to: Find out the management mode of zero value in a control. Modify the management mode of zero value in a control...
Ellipsis (Property)
The Ellipsis property is used to determine and change the truncation mode with ellipses in: a window control (Static, edit control, List box, Button, Combo box or Static table column). a Static control in a report....
TextWithoutFormat (Property)
The TextWithoutFormat property is used to get the text contained in a rich edit control without the formatting tags.
Movable (Property)
The Movable property is used to: Find out whether a table column can be moved by the user, Allow and/or forbid a table column to be moved by the user....
ListViewMode (Property)
The ListViewMode property is used to: Find out the display mode of a ListView control. Modify the display mode of a ListView control....
InitialContent (Property)
The InitialContent property gets the initial content: of a List Box control populated programmatically. of a Combo Box control populated programmatically. of a "List of values" column in a Table control. in a Spreadsheet control....
DataBinding (Property)
The DataBinding property is used to identify and change the binding between a control and: an item in a data file. a variable. several variables....
ProgressBarSystem (Property)
The ProgressBarSystem property is used to get and change the progress bar used as system progress bar (in the taskbar) with Windows 7 (and later).
VerticalOrientation (Property)
The VerticalOrientation property is used to: Find out the orientation of a ListView control. Modify the orientation of a ListView control....
TrafficInfo (Property)
The TrafficInfo property is used to: determine whether traffic information is displayed in the Map control. display or hide traffic information in the Map control....
Weight (Property)
The Weight property is used to manage the weight of an element in a TreeMap control.
TestMode (Property)
The TestMode property determines if the Ad control displays a test ad.
MapMode (Property)
The MapMode property determines and changes how the map is displayed in the Map control.
WINDEV License Agreement
WINDEV License Agreement...
AnchorToContent (Property)
The AnchorToContent property determines and changes how the control adapts to its content.
TableDisableFilter (Function)
Disables a user filter on a column or on all the columns found in a Table or TreeView Table control.
Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.