ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Functions for managing parallel tasks (prefix syntax)
The following functions are used to manage parallel tasks...
Tomorrow (Function)
Returns the date of the day following the current day or a given date.
IntegerToDay (Function)
Returns the day of the week that corresponds to the specified date (this date is an integer).
StringToDate (Function)
Converts a date in character string format to a date in YYYYMMDD format.
tapiListen (Function)
Starts the call detection (also called "call monitoring service").
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
Yesterday (Function)
Returns the date of the day preceding the current day or a given date.
Composite keys
A composite key is a key item containing several other items......
Drag and Drop management functions
The following functions are used to manage Drag and Drop:...
Events associated with pages
List of events associated with pages...
ERR_DISCONNECTED_ERROR
LINUX: Accessing the ODBC databases
The native access to HFSQL Classic and Client/Server is available for the WINDEV applications running in Linux ("console" applications) and for the WEBDEV sites hosted in Linux......
Managing HBase databases
HBase is a non-relational (NoSQL) distributed database, based on columns and using non-structured storage for large tables......
13. Managing business rules
WINDEV Mobile allows you to manage business rules....
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
Error 1035: A class used in a structure must have a constructor without parameter...
Error 1036: A class used in an array must have a constructor without parameter
Glossary
The glossary lists all the abbreviations used in the code editor......
DateSys (Function)
Returns or modifies the system date (current date defined on the current computer).
Today (Function)
Returns or modifies the system date (date of the day defined on the current computer).
DateTimeTimeZoneToLocal (Function)
Converts a date and time from a particular time zone to a local date and time.
DateTimeLocalToTimeZone (Function)
Converts a local date and time to the date and time in a particular time zone.
Overview of OOP (Object Oriented Programming)
The object-oriented programming (called "OOP") is a programming paradigm in which the programs are organized as sets of objects......