ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HReadLast (Example)
Usage example of the HReadLast function
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
HSetTransaction (Function)
Enables or disables the management of transactions for one or more files.
ElementHeight (Property)
The ElementHeight property is used to: Find out or modify the height of the elements in an Organization Chart control. Find out or modify the height of the cells in a Dashboard control....
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This file must have been uploaded: via an "Upload" edit control. via a single-file or multi-file Upload field....
SOAPRun (Function)
Runs a procedure on a SOAP server.
Position
The Position keyword can correspond to...
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
HRecordToString (Function)
Converts the content of the current record to string (in a data file, HFSQL view, query, etc.).
PersistedCalculatedItem (Property)
The PersistedCalculatedItem property is used to: Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or through programming. Define whether the value of a calculated item is stored in the data file (when describing the item through programming)....
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
StackInfo (Function)
Retrieves the characteristics of a stack: types of elements and number of elements.
HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
CurrentYear (Function)
Returns the current year in integer format.
QueueInfo (Function)
Retrieves the characteristics of a queue: types of elements and number of elements.
ThreadWait (Function)
Waits for the end of the execution of the specified thread.
3-tier architecture
The development in "3-tier" architecture is now simplified......
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST web service function.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......