ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

External language: Programming in Visual Basic
We are going to call the elements developed in WINDEV (project, windows, database schema, ...
Default (Property)
The Default property determines if a parameter has been passed to a procedure with a custom or default value.
rssSource (Variable type)
The rssSource type is used to describe the source of an RSS feed entry...
KanbanDisplay (Function)
Refreshes a Kanban control or a card in the Kanban control.
saasSite (Variable type)
The saasSite type is used to define the advanced characteristics of a SaaS WEBDEV website.
DateDifference (Function)
Calculates the number of days between two dates.
WBAdminConnection (Variable type)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
RibbonAdaptSize (Function)
Adapts the size of the controls found in a Ribbon control according to the size of their caption.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
redisResponse (Type of variable)
The redisResponse type makes it possible to define all the advanced characteristics of a response received by RedisExecuteCommand or RedisPipelineGet.
Chrono (Type of variable)
The Chrono type is used to define all the advanced characteristics of a stopwatch.
How to backup HFSQL Client/Server databases?
The backup of the HFSQL Client/Server databases can be performed......
FileToMemory (Function)
Automatically initializes the values of the members of a structure or class with the values of the items of the current record.
TableInsertColumn (Function)
Inserts elements in the format of columns into a horizontal Table control.
OrgElement (Type of variable)
The OrgElement type is used to define the advanced characteristics of an element found in an Organization Chart control.
HTrack (Function)
Starts tracking write actions (addition, modification or deletion) performed on a file found in an HFSQL server.
Date (Type of variable)
The Date type enables you to easily handle the dates...
QuickAction (Variable type)
The QuickAction type allows you to define all the advanced characteristics of a quick action of an app on Android (app shortcut) or iOS (Quick Action).
Native Oracle Connector: Retrieving the output value of a stored procedure
The Native Oracle 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....
Performance profiler
The performance profiler (also called Profiler) is used to check and optimize the execution time of your application......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......