ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

User Control Center: Available network applications
The User Control Center is used to list the applications for which a network setup was created......
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
Markdown
Markdown is a lightweight markup language that allows you to apply formatting to text......
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
Thread execution
At runtime, an application runs in a main thread......
Handling menu options via the context menu
WINDEV and WINDEV Mobile support two types of menus: ......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
NewLine (Property)
The NewLine property is used to determine: in a Table control, whether the current row was created with TableAddXXX or TableInsertXXX. in a Looper control, whether the current row was created with LooperAddXXX or LooperInsertXXX. in an Organizer control, whether an appointment was created via the context menu. in a Scheduler control, whether an appointment was created via the context menu....
The Dashboard control
Dashboards are essential elements in an application......
Providing an image per DPI
On mobile, when displaying images, each device has its own physical size and its own graphic resolution......
Handling Button controls programmatically
WINDEV, WINDEV Mobile and WEBDEV allow you to programmatically handle Button controls......
WDLog: Backup of HFSQL tables
WDLog allows you to save all the HFSQL tables used by a WINDEV or WEBDEV application......
WDMap: Reindexing an HFSQL table
WDMap can be used both to determine whether an HFSQL table should be reindexed and to reindex an HFSQL table......
WDDIXIO
WDDIXIO is a tool that helps you translate the text of an application......
Application patch
Once an application was installed, the application library had to be reinstalled whenever a modification was performed (WDL file)......
AutoLineWrap (Property)
The AutoLineWrap property is used to: determine if the automatic line wrap feature is enabled in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control. set the line wrap mode in a multiline Edit control, in a column of a Table or TreeView control or in a row header of a Pivot Table control....
Handling Rating controls programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to handle Rating controls programmatically....
Creating a multilingual help system
The help editor allows you to easily create a multilingual help system......
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......