ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating Chart controls in a WEBDEV site
When a Chart control is executed on a page of the WEBDEV site, users can personalize visuals via a context menu......
Creating a skin template from an existing skin template
You can create a skin template from an existing skin template (provided by PC SOFT, for example)......
Scheduler control properties
A Scheduler control found in a window or in a page can be handled in WLanguage by the following properties....
Kanban control properties
In a window or page, you can use WLanguage properties to handle......
FilePath (Property)
The FilePath property gets: the name of the xlsx file associated with a Spreadsheet control. the name of the file associated with an Image Editor control. the name of the PDF file associated with a PDF Reader control. the name of the DOCX file associated with a Word Processing control. the name of the wddiag file associated with a Diagram Editor control....
Organizer control properties
Several WLanguage properties can be used on an Organizer control found in a window......
1. Testing a site: Elements to be tested
The Check Box control
A Check Box can correspond to......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Page constants
List of constants used by page functions....
TabClose (Function)
Closes a dynamic pane in a Tab control.
FolderModeImage (Property)
The FolderModeImage property is used to get and change the display mode of the folder image in TreeView and TreeView Table controls.
<Tab>.Close (Function)
Closes a dynamic pane in a Tab control.
Reverse code modeling
The reverse code modeling allows you to view in a graph......
The "Compilation errors" pane
The "Compilation errors" pane is used to find out......
MemSort (Function)
Sorts the elements found in a memory zone.
7. Source Code Manager (SCM)
WDMap: Viewing records: special cases
This help page presents the special display cases in WDMap......
RuleVisible (Property)
The RuleVisible property is used to: Find out whether the rulers are visible or invisible in a Word Processing control. Make the rulers visible or invisible in a Word Processing control....
WDAPI: Help about the APIs
WDAPI simplifies the use of Windows APIs in a WINDEV application......
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
12. Synchronizing data
MenuAddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
CriticalSectionStart (Function)
Marks the start of a critical section: no other thread will be able to run the code as long as the current thread does not exit from the critical section.
3. Site development life cycle