ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Example for creating a select query
This help page explains how to create two select queries......
Configuration of Apache 2.4 server
WEBDEV Development: Configuration of the Apache 2.4.x server for the CGI protocol and for WEBDEV sites....
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
The Image control
The Image control is used to......
Month (Property)
The Month property is used to: Retrieve the month from a Date or DateTime variable. Modify the month in a Date or DateTime variable. Retrieve the month from a Date item (in "Simple date" or "Date and Time" format) Modify the month in a Date item (in "Simple Date" or "Date and Time" format)...
Setup mode
Several methods can be used to distribute a WINDEV application......
The structure of the RAD patterns (kept for backward compatibility)
...The RAD pattern files (MDL files) are used to describe:...
Time and date management properties
List of properties for managing dates and times...
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
How to choose the data source of a control?
This help page presents the different data sources available for a control....
BrowserHistoryAdd (Function)
Adds an entry into the history of navigation by associating data. This data will be transmitted when going back to this entry.
26. Style sheets: to simplify the layout
Handling a Link control through programming (Page)
WEBDEV allows you to handle a Link control through programming......
How to contact the Free Technical Support?
The different methods to contact PC SOFT Technical Support....
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible 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....
Information about a control found in a window or in a page
The window editor and the page editor allow you to get information about the controls used....
EmulatePane (Function)
Emulates the selection of a pane in a Tab, Ribbon or Sidebar control.
10. Smart controls
Smart controls...
TabStatus (Function)
Returns the status of a dynamic tab pane (identified by its alias).
<Tab>.Status (Function)
Returns the status of a dynamic tab pane (identified by its alias).
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
Push notification: Android configuration (Firebase)
From WINDEV Mobile 22 Update 1 (version 220052), the Push notifications in Android are using the Firebase platform (instead of Google Cloud Messaging)......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
4. When to use the debugger?