ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

fListDisk (Function)
Returns the list of disks installed on the computer.
fImageSelect (Function)
Opens the image picker of Windows.
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
Component and SCM
WINDEV, WEBDEV and WINDEV Mobile allow you to easily create and publish components......
grTooltip (Function)
Displays and formats: the tooltip associated with each section of a chart (section of a pie chart, column of a column chart, etc.). Also allows you to find out the characteristics of the tooltip associated with each chart section. a custom tooltip, associated with a point....
8. External component
An external component is a set of WINDEV Mobile elements: windows, reports, analysis, etc....
Error 1055: 'Ancestor' can only be used in the code of a class derived from a class
Useful parameters of a procedure
A procedure can declare some parameters that are not immediately used. In this case, a warning appears in the code editor, indicating that the local variable is not used....
24. Displaying and linking pages
The HTML Display control
The HTML Display control displays a web page in an application......
nWDExecuteEx: Running a WLanguage function
Runs a WLanguage function by dynamic compilation, without command formatting......
Translating the interface into multiple languages
When the different languages supported by the application have been selected, the information displayed by the application must be translated into these different languages......
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....
The Scheduler control
...The Scheduler control is used to automatically display and handle schedules. It is used to manage the display of multiple resources and it is used in several applications or sites....
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Find/Replace in the current project
The "Find/Replace" feature is used to......
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
LastDayOfYear (Function)
Returns the date of the last day of the year.
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
The Conference control
The Conference control allows you to view and/or listen to video and/or sound in real time......
Bitwise operators
The operations on binary values are performed......