ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Analysis in practice
WinEdSaveNote (Function)
Exports the repositionable notes created by the user into a file.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
Managing pinned projects
The home window of WINDEV, WEBDEV and WINDEV Mobile allows you to manage the pinned projects when opening an existing project......
Sharing internal components (via SCM)
An internal component is a set of elements from a project......
Single Page App
A "Single Page App" is a Web application (Internet or Intranet) whose all pages are grouped in a single page......
TmeLine control linked to a data file or variable
You can create TimeLine controls directly linked to the data....
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Advanced management of class instances
The advanced management of instances is used to choose the mode for taking reference. This choice directly impacts the freeing of the class objects: depending on the selected take of reference, the "Destructor" will not be called at the same time....
Properties associated with the rows of a TreeView control
The rows of TreeView controls in a window or page can be manipulated using different WLanguage properties......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Generating and deploying 64-bit applications
WINDEV allows you to automatically generate and install a 64-bit application.
2. Deploying a static site or a PHP site
XLSCell type: MaskWD property
The MaskWD property of the xlsDocument type is used to define the display mask in WINDEV or WEBDEV format that will be used in the Excel cell ("DD/MM/YYYY" for example)......
Organizer control linked to a data file or to a variable
You have the ability to create Organizer controls linked to data....
ERR_CANNOT_OPEN_FILE
AppointmentToiCalendar (Function)
Exports an appointment or a list of appointments in iCalendar format.
<Document variable>.Seek (Function)
Finds a character string in an entire Document variable.
SchedulerToiCalendar (Function)
Exports the appointments from a Scheduler control in iCalendar format.
<Image>.Blur (Function)
Blurs the entire given area in an Image control.
Programming patterns
CAUTION......
Custom style sheet
When creating a project, a blank custom style sheet is created and associated with the current project......
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
Universal replication
The purpose of universal replication is to keep several databases synchronized......