ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing classes and sets of procedures (text file)
From version 23, you have the ability to import existing classes or sets of procedures in text format......
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Timer (Function)
Periodically and automatically calls a WLanguage procedure.
Native SQL Server Connector: Retrieving the output value of a stored procedure
The Native SQL Server Connector is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
BitcoinCoreBlockCount( Function)
Returns the size of the blockchain known by the Bitcoin node (i.e. the number of blocks created since January 3, 2009). This makes it possible, for example, to calculate the approximate date of the next halving.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
TimerSys (Function)
Periodically and automatically calls a WLanguage procedure.
Age (Function)
Returns the age according to the date of birth.
18. Secure payment
CalendarSelect (Function)
Returns the date selected in a Calendar control.
DateToDay (Function)
Returns the day that corresponds to a given date.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
Distributing an external component
Once the component has been created, tested and generated, it can be distributed to other developers......
Telephony: Managing the outgoing calls
To manage the outgoing calls in a WINDEV or WINDEV Mobile application......
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
<Calendar>.Select (Function)
Returns the date selected in a Calendar control.
CheckAllFalse (Function)
Returns True if all the elements of an array are False.
<Date type>.ToDay (Function)
Returns the day that corresponds to a given date.
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
LastDayOfYear (Function)
Returns the date of the last day of the year.
<Array>.AllFalse (Function)
Returns True if all the elements of an array are False.
tapiCallIsWaiting (Function)
Used to find out whether the call is on hold.
<Kanban>.Filter (Function)
Displays only cards that match the specified filter.
KanbanFilter (Function)
Displays only cards that match the specified filter.
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.