ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

KanbanAddCard (Function)
Adds a card to a list in a Kanban control.
Skins
The skins are used to standardize the visual aspect of a site and they allow you to easily change style......
<Kanban>.AddCard (Function)
Adds a card to a list in a Kanban control.
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....
<Array>.AddSorted (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....
3. Debugger
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"....
BitcoinCore features
The Bitcoin functions that make handle a Bitcoin Core server possible include ......
Creating the summary
Users are familiar with summaries, as the summary is the first element they look at in printed documentation......
Universal replication
The purpose of universal replication is to keep several databases synchronized......
HFSQL Control Center: Creating and executing a query
The HFSQL Control Center allows you to create a query based on the data files of the database currently displayed in the Control Center......
Controls that can be moved in a page
WEBDEV proposes two modes for moving controls in a page......
Programming the looper attributes
All the looper attributes can be handled by programming......
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
SAPExecute (Function)
Calls a synchronous function or BAPI on a SAP system.
InStoredProcedureMode (Function)
Indicates whether the code is run on an HFSQL server.
SysStatusStorageCard (Function)
Returns the availability status of the storage card on the device.
InLinuxMode (Function)
Indicates whether the code is run in Linux mode or not.
InWindowsMode (Function)
Indicates whether the code is run in Windows mode or not.
InAndroidEmulatorMode (Function)
Indicates whether the code is run in the Android emulator.
InAndroidSimulatorMode (Function)
Indicates whether the code is run in the Android simulator.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
InAndroidMode (Function)
Indicates whether the code is run in Android mode.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
ExecuteCode (Function)
Runs the WLanguage code found in a character string.