ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Various WEBDEV constants
Various WEBDEV constants...
Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
Count (Property)
The Count property returns the number of elements in a given set.
Generator of WINDEV skin templates: Customizing the elements
The generator of WINDEV skin templates is used to generate the necessary files for creating a custom skin template for the WINDEV projects......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
WINDEV Mobile Generator of skin templates: Customizing the elements
The WINDEV Mobile generator of skin templates is used to generate the necessary files for creating a custom WINDEV Mobile skin template......
TreePosition (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
RoundCeil (Function)
Returns: the value rounded up to the nearest integer. the duration rounded up to the nearest interval. the date and time rounded up to the nearest interval....
iLastFile (Function)
Returns: the full name of the last file generated during the print (PDF, RTF, text, ...). the list of created duplicate files....
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
Using offline sites
WEBDEV allows you to specify that a site or a set of pages can operate in off-line mode (without an Internet connection)....
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
Extracting messages added or modified since last extraction
A project was already created and translated......
<TreeView>.Position (Function)
Displays a TreeView control from a specified element (node or leaf) or returns the name of the first element displayed in a TreeView control.
Keyboard shortcut and hotkey
A control in a window or page can be associated with an alphanumeric character, a key or combination of keys ("keyboard shortcut"), etc....
Handling Gantt Chart controls programmatically
<Array>.Filter (Function)
Returns an array containing the elements of a source array for which a procedure returns True.
fSizeUncompressed (Function)
Returns the size of a file before compression. When a file is decompressed by fUncompress, we recommend that you to compare the non-compressed size of file with the available disk space.
Handling an Image Editor control through programming
WINDEV allows you to handle an Image Editor control through programming......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......