ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Code history
The code history is used to......
TitleBackgroundColor (Property)
The TitleBackgroundColor property is used to get and change the background color of a column title in a Table or TreeView Table control.
1. Creating pages
WEBDEV Tutorial: My first WEBDEV website Lesson 1 - Creating pages - 10 min
FillType (Property)
The FillType property is used to determine the type of source used to populate Table, List Box, ListView, Combo Box and Looper controls.
"Unit examples" pane
The "Unit examples" pane proposes the unit examples found in the different products......
AutomaticTooltip (Property)
The AutomaticTooltip property is used enable or disable automatic tooltips on List Box, Table and TreeView Table controls.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
How to develop a site for Linux?
The method for developing a site for Linux is identical to the method for developing a site for Windows....
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....
Telemetry: Main features
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
Anchor (Property)
The Anchor property sets the anchors of a control in a window, page or report.
Break in a Looper control
A break in a Looper control is used to group the data corresponding to one or more arguments......
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).
PageEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) when displaying a modal page (the pages used to communicate with the user for example).
Error 1038: This member already exists in the class
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
6. Multilingual sites
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
Clipping the window according to an image
An image can be used to easily define the shape of a window......