ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Locking data files: correspondence between WINDEV 5.5 and the later versions
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
Importing a WINDEV window into a Mobile project
The WINDEV windows not having the same format in WINDEV Mobile, WINDEV Mobile gives you the ability to import a WINDEV window into a WINDEV Mobile project......
ToolTipTitle (Property)
The ToolTipTitle property gets and sets the text displayed in the tooltip associated with the column title of a Table control. This tooltip only appears when the Table control column title is hovered over.
Step 3: Printing characters, images, ...
This step consists in "sending the different elements to print to the printer"......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
InWinRTMode (Function)
Indicates whether the code is run in WinRT mode (Windows Store apps). Function kept for backward compatibility....
InWindowsStoreAppSimulatorMode (Function)
Identifies whether or not the code is executed in the simulator for applications in Windows Store mode. Function kept for backward compatibility....
Bcc (Property)
The Bcc property gets and sets the list of Blind Carbon Copy recipients of an email.
Sharing elements with a WINDEV application
Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
11. Internal components in practice
Internal components in practice...
7. Internal component
An internal component is a set of elements from a project....
Software factory: Implementation
To implement the software factory on your WINDEV, WEBDEV or WINDEV Mobile projects, you must:...
5. Custom-Folders: Organize your project
Project configurations allow you to easily define the "target" platforms of the project....
14. Unit tests/Automated tests
Control style: Font characteristics
You can change many style options in the "Style" tab of the control description window......
WDTestSite: Load test
The stress tests are used to check......
10. Internal components in practice
gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
Handling an internal component
An internal component is a set of elements from a project......
Modifying an external component
An external component created and generated by WINDEV, WEBDEV or WINDEV Mobile can be modified at any time......
SpreadsheetRestorePositionAndSelection (Function)
Restores: the scrollbar position in a Spreadsheet control, the current worksheet, the elements selected in the current worksheet of Spreadsheet control. These elements have been saved by SpreadsheetSavePositionAndSelection....