ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WEBDEV concepts
The "Quality Control Center" pane
The "Quality Control Center" pane displays the incidents associated with the selected project......
Using the task management and the schedule
Time management is extremely important......
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Data persistence
The data persistence is used to store the value typed by the user......
PDFMerge (Function)
Merges several existing PDF files into a single PDF file. The files are merged one after another. The paths of PDF files can be found in an array.
Comparing controls
In some cases, you may need to compare two controls in one or more windows or pages......
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
<Looper>.Sort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
Pinned (Property)
The Pinned property is used to: Pin a control: the position of the pinned control will be relative to the visible area of its container and not to the content area. Determine if a control is pinned....
LooperSort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
WDInst: managing the files to install
The setup editor WDInst is used to manage the files to install......
Custom title bar with menus and controls
There is a new trend in UI design: application menus in the title bar!...
Custom-Folders in the analysis
Several file descriptions can be grouped into a "Custom-Folder"......
WDInst: advanced options for the network setup
The advanced options of the network setup are used to......
CriticalSection (Type of variable)
CriticalSection variables are used to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application.
EmulateCombo (Function)
Emulates one of the following actions on a Combo Box control: click on the button to expand the list of the Combo Box control. select an element in a Combo Box control....
Creating a window skin template
nWDGetLastError: Error code of last error
Error code of last error......
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
EXE constants
List of constants used by the functions for managing executables....