ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

grColumnSpacing (Function)
Indicates the spacing between each data category in a column chart or in a Minimum/Maximum stock chart....
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
DnDForce (Function)
DnDForce is kept for backward compatibility.
TableInsertLine (Function)
Inserts a row into: a Table control, a TreeView Table control....
Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
SFDisconnect (Function)
Disconnects: the Salesforce platform. the current Salesforce session....
HOpenConnection (Example)
Usage example of the HOpenConnection function
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
EmailOpenMail (Function)
Opens the default messaging software: of Web user on the browser computer. of the user on the current Windows computer. on the phone....
TableSwapLine (Function)
Swaps: two rows in a Table control populated programmatically. two branches in a Treeview Table control populated programmatically....
LooperToExcel (Function)
Creates an Excel file from the data found in a Looper control (browsing Looper control or memory Looper control).
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
MatExist (Function)
Checks the whether the matrix exists in memory.
diagShape (Type of variable)
The diagShape type is used to define all the advanced characteristics of the original shape used in a diagram.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the popup menu. in a Scheduler control, whether an appointment was created via the popup menu....
sParameter (Function)
Defines or modifies the parameters for configuring the specified serial port, parallel port or infrared port.
Activity diagram
An activity diagram represents the behavior of a method or the flow of a use case......
FontStrikeOut (Property)
The FontStrikeOut property is used to: Determine if the text displayed is struck through. Apply strikethrough formatting (or not) the text displayed in a control....
Thumbnail (Property)
The Thumbnail property is used to: get the value of an item thumbnail. This item was defined in the data model editor or through programming. get and change the image associated with a Thumbnail control....
ParallaxRateHeight (Property)
The ParallaxRateHeight property is used to determine and specify how fast a control is reduced when the scrollbar in the window, internal window or page moves.
ParallaxRateY (Property)
The ParallaxRateY property is used to determine and specify how fast a control moves when the scrollbar in the window, internal window or page moves.
GglListCalendar (Example)
Usage example of the GglListCalendar function
Authentication via Active Directory
Kerberos is an authentication mode based on the use of tickets and secret keys......