ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native MariaDB Connector: Requirements and remarks
This page presents the main aspects and requirements of the Native MariaDB Connector......
Rich text, links and images in the WEBDEV controls
Rich text supports multiple advanced features: font, weight, size, color, attribute, ......
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
Various WEBDEV constants
Various WEBDEV constants...
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......
Count (Property)
The Count property returns the number of elements in a given set.
SetFocus (Function)
Set focus: to a control (found in a window, in a page or in a frameset). to a window....
ContextMenu (Property)
The ContextMenu property is used to: Get the custom context menu of a control, window or page. Change the custom context menu of a control, window or page (or associate another context menu). Customize the system menus of the controls by adding options....
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
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....
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)....
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......
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......
Project configuration
Project configurations allow you to adapt the same project to multiple "targets"......
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....
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
<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.
PageToASP (Function)
Sends the data found in a page currently displayed in the browser to an ASP server.
Extracting messages added or modified since last extraction
A project was already created and translated......
Handling Gantt Chart controls programmatically