ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Describing an element
A flexible modeling includes different elements linked together......
HDescribeFullTextIndex (Function)
Describes a full-text index of table created programmatically.
PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
WDStatistics: WEBDEV administrator configuration
To create the log files required to calculate the statistics for site traffic, a specific setting must be performed in the WEBDEV administrator......
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
Internal component
An internal component is a set of elements from a project......
The Signature control
The Signature control is a report control used to sign......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
MSIX installation
HTMLBuildString (Function)
Generates a UTF-8 string containing an HTML document.
Animation of Mobile windows
In mobile applications, the different screens of the application are displayed via a small animation: display from the right, from the top, etc., ... WINDEV Mobile allows you to configure this display mode of your windows in your mobile applications....
OnHide (Property)
The OnHide property allows you to define a procedure to be called when the bottom sliding window associated with the current window is hidden. This new property is available from WINDEV Suite SaaS 2025 Update 2....
Modal windows
The window that opens another window is called parent window; the window opened by the parent window is called child window......
WDMap: Reindexing an HFSQL data file
WDMap is used to find out whether an HFSQL data file must be reindexed and reindex an HFSQL data file......
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns in a Layout control. modify the margin between rows or columns in a Layout control....
ResourceWidth (Property)
The ResourceWidth property is used to get and change the width of resources in a Scheduler control where resources are arranged in columns.
DayHeight (Property)
The DayHeight property is used to get and change the height of days in a Scheduler control where days are arranged in rows, and resources are arranged in columns.
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
ArraySeekByProcedure (Function)
Seeks an element in a one-dimensional WLanguage array by using a comparison procedure.