ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Commands" pane
The "Commands" pane lists......
Creating an SCM repository
To share a project via the Source Code Manager, a repository must be created......
WBAdminAccount (Type of variable)
The WBAdminAccount type is used to define all the advanced characteristics of a WEBDEV account in a WEBDEV Application Server.
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
docParagraph (Type of variable)
The docParagraph type is used to handle the characteristics of a paragraph in a DOCX document.
Handling the cells of report table
The operations that can be performed on the table cells are as follows:...
Do not show a message again
The environment of WINDEV, WEBDEV and WINDEV Mobile often displays warning windows......
Universal Windows 10 App applications: Required configuration
To develop Universal Windows 10 App applications with WINDEV or WINDEV Mobile, you must......
MapPolygon (Type of variable)
The MapPolygon type is used to define the characteristics of a polygon to be drawn on the map displayed in a Map control.
CaptionWidth (Property)
The CaptionWidth property is used to get and change the width reserved for the text area in an Edit or Combo Box control.
SchedulerWorkingHour (Function)
Used to indicate the specific working hours per day in a Scheduler control.
ScriptExecute (Function)
Calls an external script (.asp or .php) and returns the result in a string.
xBase files: Limits
WDInst: Customizing the setup program
The setup editor WDInst proposes a standard setup program......
Window with arrow (iPad)
The principle of windows with arrow is straightforward......
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
MDL file (kept for backward compatibility): Window description
The MDL file is the file used to generate a RAD window......
gpwImportLDAPUsers (Function)
Imports the users stored in a LDAP directory into the user file of user groupware.
SpreadsheetBorderSelection (Function)
Modifies the border of selected cells in a Spreadsheet control found in a window.
The "Messaging" pane
The "Messaging" pane is used to exchange messages between the employees of a company......
Toolbar control properties
List of properties associated with the Toolbar control...
Code editor: Display options
The code editor proposes several display options......
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
fWrite (Example)
Usage example of the fWrite function