ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
gpwEnumControl (Function)
Enumerates the controls found in a window or page.
HashCheckString (Function)
Checks the Hash of a character string for a specific type of algorithm.
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.
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.
HFilterIdentical (Function)
Defines and enables a filter used to find the exact value of a string item.
ImageLayerVisible (Function)
Used to make a layer found in a WDPIC image visible or invisible.
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
HSetIntegrity (Function)
Enables or disables the management of an integrity constraint on a file link.
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.
HNext (Function)
Sets the position on the next table record according to a browse item.
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal to a sought value.
JSONValid (Function)
Checks the validity of a JSON string.
SchedulerBackgroundColor (Function)
Sets a background color for a time period in a Scheduler control (time period corresponding to lunch time, a public holiday, etc.).
Constants for managing Map controls
Constants for managing Map controls...
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....