ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HTML table
The HTML Table control allows you to create specific layouts in HTML pages...
<Editor HTML>.InsertTable (Function)
Inserts a table at the cursor position in an HTML Editor control.
Code editor: Assisted input
The following mechanism allows developers to write WLanguage code more easily in the code editor ......
ControlClone (Function)
Creates a new control from an existing control.
Audits
The audits provide a set of features used to automatically improve the project quality and performances, and to follow the conditions in which it is implemented......
SysBatteryOptimBackground (Function)
Used to manage battery optimization: Identifies the battery optimization mode for the current application. Prompts the user to disable battery optimization for a given application on the device. This function can be used to tell the operating system to stop preventing the application from running in the background....
Required or invalid input in WINDEV
WINDEV and WINDEV Mobile include several options to manage required or invalid input, both via the window editor and through programming......
Setup mode
Several methods can be used to distribute a WINDEV application......
Toolbar and menu of the SCM
The different options of the SCM can be handled via the SCM toolbar or the options of a specific menu ("SCM" from the main menu of the product used)......
TabSaveConfiguration (Function)
Saves the configuration of dynamic panes found in a Tab control in character string format.
MaxButtonWidth (Property)
The MaxButtonWidth property is used to get and set the maximum width of a button in a tab pane.
ControlPane (Function)
Returns the name of static or dynamic pane found in a Tab control associated with a control.
Properties associated with the tab pane
A tab pane found in a window or in a page can be handled by the following WLanguage properties......
BrowserRunApp (Function)
Opens the default Web browser of the current device.
Importing a WINDEV window into a WEBDEV site
The Windows windows developed with WINDEV......
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
fDataDir (Function)
Returns the full path of the directory of HFSQL data files specified by the user when installing the application.
Project Management Hub: Gantt chart
The Project Management Hub is used to follow the tasks of one or more contributors via......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
WDMap: Exporting records from a data file
WDMAP allows you to export records to......
Configuring a BaaS server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
HsMenu,Label (Function)
Modifies the caption of a menu option.
<Chart>.Label (Function)
Indicates various parameters of additional legend in a chart.
Types of Edit controls
SCM file format evolutions
Four versions are available for the SCM repository......
Responsive Web Design: Specific UI errors
WEBDEV features UI errors specific to the position of controls in the different slices......
Caption (Property)
In a database, the Caption property is used to: Find out the caption associated with a file item. Find out the caption associated with a data file. Find out and modify the connection caption. In a report, the Caption property is used to: Find out the text displayed in a Static or Link control. Modify the text displayed in a Static or Link control. In a window or page, the Caption property is also used to: Find out and modify the caption of a control in a window or in a page. Find out and modify the caption of a menu option. Find out and modify the title of a window or page. Find out the content of a Breadcrumb control....