ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LengthToString (Function)
Converts a size in bytes to a string with human-readable units such as kilobytes, megabytes or terabytes.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
Report controls
Several types of controls can be handled in a report created by the report editor......
BankHolidayList (Function)
Returns the list of the public holidays defined by BankHolidayAdd.
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
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.
Easter (Function)
Returns the date of Easter for the specified year according to the western Christian calendar.
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
DateTimeUTCToLocal (Function)
Converts a UTC date and time to local time (time zone, summer time, winter time).
Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
LineHeight (Property)
The LineHeight property is used to get and change the height of the rows: in a List Box control, in a ListView control (standard display mode only), in a Table control, in a Combo Box control, in a Looper control (height of the row), in an Organizer control....
The Camera control
The Camera control is used to view the video captured by a camera connected to the current computer....
SaaS administrator - Managing the subscriptions
The SaaS subscriptions are used to make a SaaS site available to a client account......
AppVersionInfo (Function)
Returns information about a version available on the setup server.
AppDetectUPDAvailable (Function)
Disables or customizes the automatic check for available updates.
Operations available for the dates, times and durations, ...
The following operations are available for the following types of variables......
InPageWithinWindowMode (Function)
Indicates if the page is displayed in a WEBDEV Page control in a window.
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......