ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Creating a Java archive
When your Java application is developed, you can......
Create the help system in WINDEV, WEBDEV or WINDEV Mobile
These are the main steps to create a help file (HTML, CHM or PDF)......
ExeRun (Function)
Executes a program (an executable file, for example) from the current application.
Associating documents with the project
To describe a project in detail, you can associate documents with it......
Responsive Web Design: Tips
The Responsive Web Design was used in your pages but you still encounter some lock points......
Opacity (Property)
The Opacity property is used to get and define the opacity percentage for a window, or for controls in a window or page.
Handling a Range Slider programmatically
WINDEV lets you manipulate a Range Slider control directly by programming......
Changing the window content by swipe
The mobile devices propose several features available via finger movements......
9. Sharing a project in practice
Sharing a project in practice...
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Global procedure/function
A global procedure can be used in all the processes or events of the project....
HFSQL Client/Server: Port management
The ports used by the HFSQL Client/Server server......
Testing a Mobile application
By testing the project you can simulate how the application will run when launched by the user......
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
SQL query (WLanguage type)
The "SQL query" type is used to write an SQL query in the WLanguage code.
VerticalAlignment (Property)
The VerticalAlignment property gets and changes the vertical alignment of a control.
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
StoredItem (Property)
The StoredItem property is used to: Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control. Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control....
XInitial (Property)
The XInitial property is used to: Get the X-coordinate: of a control (position on the X-axis) when opening the window or the page. of a window (position on X-axis) when opening the window. Change the X-coordinate of a control anchored "to the right" (position on the X-axis) when opening the window. Get the X-coordinate of a control in relation to its block (position in millimeters on the X-axis) when opening the report....
YInitial (Property)
The YInitial property is used to: Find out the Y-coordinate: of a control (position on Y-axis) when opening the window or the page. of a window (position on Y-axis) when opening the window. Modify the Y-coordinate of a control anchored "to bottom" (position on the vertical axis) when opening the window. Find out the Y-coordinate of a control in relation to its block (position in millimeters on the vertical axis) when opening the report....
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
drag-and-drop operation set programmatically
The programmed Drag and Drop is used to entirely manage Drag/Drop between the different types of controls......