ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fListFile (Function)
Lists the files found in a directory and returns the list of files.
Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
2. UML models
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
Multiselection (Property)
The Multiselection property gets and sets the selection mode: in a Table and TreeView Table control. in a Pivot Table control. in a List Box and ListView control. in a Looper control. in a Calendar control. of files in an Upload control....
Creating a .NET assembly from WINDEV
To create a.NET assembly, ......
Software Factory: Administrator options
Several options can be configured in the Software Factory administrator......
HDBOpenNoLock (Function)
In single-user mode, opens an xBase data file without locking it.
LabelNumberToStart (Property)
The LabelNumberToStart property is used to: Find out the number of the label on the label sheet from which the print will be performed. Modify the number of the label from which the print will be performed on the label sheet....
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties......
Style of a control
As soon as it is created, a control is associated with a style......
Description of an Organizer control (control of a page)
The Organizer control can be configured in the editor via the description window ("Details" tab)......
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device....
iPrintBlock (Function)
Forces a report block to print.
dPoint (Example)
Usage example of the dPoint function
iEndReport (Function)
Forces the report print to stop.
OrganizerInfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
iReportPrintingStatus (Function)
Returns the status of the current print.
<Organizer>.InfoXY (Function)
Returns for a given position in the Organizer control (coordinates of a point in the organizer): the index of the appointment for the specified position. the date corresponding to the specified position....
"Project explorer" pane
The "Project explorer" pane is used to simplify the development environment of WINDEV, WEBDEV and WINDEV Mobile......
3. Deploying a dynamic WEBDEV site
Calculations in the columns of a Table control
When a Table control contains numeric data, it may be useful to get the total of a column or count the number of elements......