ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HashFile (Function)
Calculates the Hash of a file according to a specific algorithm.
Sensor constants
Constants used by the SensorXXX functions...
Other operators
The following are additional operators......
TableAddColumn (Function)
Adds elements on the right of an Horizontal Table control.
List of reserved words
ChangeKeyboard (Function)
Gets or sets the language associated with the keyboard.
Project Management Hub: Sprint management
A sprint or iteration is a development cycle......
MyParent (Reserved word)
MyParent is used to handle...
EncryptStandard (Function)
Encrypts a character string or a binary buffer by using a symmetrical encryption algorithm (AES, DES, etc.)
HashCheckFile (Function)
Checks the Hash of a file for a specific type of algorithm.
RecordSize (Property)
The RecordSize property is used to get the size (in bytes) of a record in: a file described in the data model editor, a file described through programming, an HFSQL view, a query....
PDFReaderOpen (Function)
Opens a PDF file displayed in a PDF Reader control.
ChronoPause (Function)
Pauses a stopwatch in order to measure the time spent on a process.
H.NbRetry (Variable)
Indicates the number of attempts for locking the file or the record before giving control back to the program.
Multicolumn report
The report editor allows you to create "Multicolumn" reports....
Composite variable
A composite variable contains different types of elements (members)...
Sequencing reports
In some cases, you may want to print several reports one after another, and view them in the same print preview....
GetTypeDefinition (Function)
Gets the description of a type identified by name.
Check model
You can use check models to easily create checks...
SysThumbnailAddButton (Function)
Adds a button into the thumbnail of the application in the taskbar.
xlsMsgError (Example)
Usage example of the xlsMsgError function
HFound (Function)
Checks whether the current record corresponds to the current filter or search.
DeepLinkProcedure (Function)
Defines the WLanguage procedure executed when the user clicks on a deep link.
fTrackFile (Function)
Triggers the tracking of a file.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property