ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Font (Property)
The Font property is used to Get the identifier of the font used in a control in a report, page or window. Change the font used in a control in a report, page or window....
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
BrowsedFile (Property)
The BrowsedFile property gets and sets the data source used to display records in controls based on a data file.
FontName (Property)
The FontName property is used to: Identify the font used in a control. Change the font used in a control....
Empty (Property)
The Empty property is used to determine if: a Looper, Table, List Box or Combo Box control is empty. The control can be a browsing control or a memory control. a Chart control contains no series. a report control is empty (control linked to an item). an array (or an associative array) contains no element. an element of an associative array exists or not. a queue, a list or a stack contains no element....
InitialVisible (Property)
The InitialVisible property is used to determine if: a control was visible during the first display of the associated window or page. a window was visible during its first display....
1. Components provided with WINDEV
WINDEV is provided with projects that contain components....
LeftIndent (Property)
The LeftIndent property is used to get and change the space to the left of the text in a control.
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Change the item used to automatically loop through Table, Looper, List Box, ListView and Combo Box controls, supercontrols and reports based on data files. Then, the iteration is reinitialized....
TABOrder (Property)
The TABOrder property gets and sets the position of a control in the tab order of a window.
TreeListItem (Example)
Usage example of the TreeListItem function
MinHeight (Property)
The MinHeight property is used to get and change the minimum height of a control or window.
Name (Property)
The Name property is used to get: the name of the font associated with a Font variable. the name of a control, report or report block. the name of a control, group of controls or window. the name of a control, group of controls or page....
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
ProgressBarColor (Property)
The ProgressBarColor property is used to get and change the progress color in the following controls and elements: Progress Bar control, Progress Bar column, Progress Bar cell, infinite Progress Bar control....
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......
AnchorRateWidth (Property)
The AnchorRateWidth property is used to: Find out the anchor rate when a control (or a table column) stretches on the horizontal axis. Modify the anchor rate when a control (or a table column) stretches on the horizontal axis....
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
MinWidth (Property)
The MinWidth property is used to get and change the minimum width of a control or window.
DndSource (Property)
The DndSource property is used to determine and change a control's drag-and-drop behavior....
TableAddChild (Example)
Usage example of the TableAddChild function