ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Client/Server: Connecting the client computers to the server
In order for the application to be able to handle the data files found on the HFSQL server, the connection that will be used by the application must be defined in the project......
The Spin control
A Spin control is used to increase or reduce a value found in a control......
The Slider control (in a page)
WEBDEV proposes two types of sliders......
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
Showing or hiding empty events or processes of an element
All WLanguage code is written in the code editor, which offers several events on a given control ......
The Context Menu control (WEBDEV)
Context menus are often used in websites......
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
SQL view
An SQL view is a virtual data source defined by an SQL query......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Project Management Hub: Spool of requests
The Project Management Hub is used to define spools of requests......
Checking an element back in the Source Code Manager (SCM)
Checking an element back in the repository is used to make the modified element available to all the users of the Source Code Manager......
.NET Assemblies
.NET is Microsoft's software development platform......
Client application: Running procedures on a server of J2EE services
WINDEV includes several J2EE functions......
EmailReadPreviousHeader (Function)
Reads the header of the email found before the current email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
ERR_NOTAVAILABLE
ContactSelect (Function)
Displays the list of contacts found on the device (Android, iPhone or iPad, Universal Windows).
ContactFirst (Function)
Reads the first contact in a Lotus Notes or Outlook address book.
ContactNext (Function)
Reads the contact after the current contact in a Lotus Notes or Outlook address book.
ContactPrevious (Function)
Reads the contact before the current contact in a Lotus Notes or Outlook address book.
ContactLast (Function)
Reads the last contact in a Lotus Notes or Outlook address book.
Minimap
The minimap is an option that allows you to quickly navigate the code editor......
Native Oracle Connector: Running the same query several times
In some cases, it may be useful to run the same query multiple times while modifying one or more parameters......