ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Manipulating days in a Calendar control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically manipulate the following elements......
The Windows registry
Several WINDEV functions can be used to handle the Windows registry......
Managing the styles
The help editor allows you to define styles of paragraphs......
Merging differences (SCM)
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
AAF: Simple edit options in an edit control
The context menu of an edit control is used to perform simple edit operations...
NbDayDisplayed (Property)
The NbDayDisplayed property is used to: get and change the number of days displayed in an Organizer or Scheduler control. get the number of days displayed in a Gantt Chart control in a report....
ComponentLocate (Function)
Specifies the access path to an external component of project.
SysDir (Function)
Returns the path of a system directory.
BurnerPath (Function)
Returns the path of the current burner.
dArc (Example)
Usage example of the dArc function
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux (Docker runs like a daemon)......
Dark theme on mobile devices
The latest versions of mobile OSs allow you to switch applications to a dark theme to reduce battery consumption or to make the device easier to use in a low-light environment......
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
The Slider control (in a page)
WEBDEV proposes two types of sliders......
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
<Connection variable>.NotifAddEmailRecipient (Function)
Adds recipients for the notifications sent by email.
SQL : ORDER BY clause: Organizing the result of a query
The ORDER BY clause is used to sort the records selected by an SQL query......
InJavaMode (Function)
Indicates whether the code is run in Java.
SysNameExe (Function)
Returns the name and full path of an application.
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).