ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
EmailStartOutlookSession (Function)
Allows you to access data handled by the Outlook messaging software (emails, contacts, groups of contacts, tasks, appointments and folders).
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Constants for encryption/compression
List of constants used by the encryption/compression functions...
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
User Groupware files
Two categories of data files are managed......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
Constant
The constants are language elements whose value is fixed once and for all...
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.
BurnerEject (Function)
Opens or closes the door of current burner.
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)....
HError (Function)
Returns the number of the last error triggered by the HFSQL engine.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
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.
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.
HListTrigger (Function)
Returns the list of triggers applied to one or more HFSQL data files.
Constants for managing MongoDB databases
Constants used by the Mongoxxx functions...
Button control properties
Button controls in a window or page can be manipulated using different WLanguage properties......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......