ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BCDecode (Function)
Decodes the information stored in a QR Code bar code.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Date (Property)
The Date property is used to: Retrieve the date from a DateTime variable. Modify the date in a DateTime variable. Retrieve the date from a Date item (in "Date and Time" format) . Modify the date in a Date item (in "Date and Time" format)...
Time (Property)
The Time property enables you to: Retrieve the time from a DateTime variable. Modify the time in a DateTime variable. Retrieve the time from in a Date item (in "Date and Time" format) Modify the time in a Date item ("Date and Time" format)....
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
TableDeleteSelect (Function)
Deletes the selected rows from a Table or Treeview Table control.
HexaToBuffer (Function)
Converts a string with hexadecimal bytes to a binary buffer.
Constant
The constants are language elements whose value is fixed once and for all...
User Groupware files
Two categories of data files are managed......
Creating a branch
A branch is used to create a copy of the current project in order to perform modifications, additions, etc....
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
FreeAWPContext (Function)
Frees the AWP context in advance (on disk) to allow the other call on the same AWP context to be processed in parallel.
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
zipDeleteFileList (Function)
Deletes a list of files from an archive.
SchedulerBackgroundColor (Function)
Sets a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
ArrayToParameters (Function)
Converts an array of elements into a list of parameters.
ByAddress (Property)
The ByAddress property is used to determine if a procedure parameter was passed by address.