ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications...
HConnect (Example)
Usage example of the HConnect function
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications......
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy to execute their requests. A proxy is used to share the access to Internet between the different network computers.
URI constants
The following constants are used by URI-specific functions:...
SchedulerToiCalendar (Function)
Exports the appointments from a Scheduler control in iCalendar format.
HBuildKeyValue (Function)
Builds the value of a composite key to implement a filter (HFilter) or to perform a search (HReadSeekFirst, HReadSeekLast, etc.).
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
TableFilteredColumn (Function)
Returns the list of columns filtered by the user in a Table or TreeView Table control.
TableDeleteAll (Function)
Deletes all rows from: a Table control populated programmatically, a TreeView Table control populated programmatically, a table displayed in a Combo Box control....
TableSelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
TableColumnIndex (Function)
Returns the index of a column in a Table or Treeview Table control.
BurnerMediaInfo (Function)
Retrieves the characteristics of the CD/DVD found in the current burner....
xBase files: Limits
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
SocketChangeTransmissionMode (Function)
Changes the transmission mode used on a socket.
BurnerAddFile (Example)
Usage example of the BurnerAddFile function
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
grRBMaximumValue (Function)
Sets the maximum value in a Radial Bar chart.
Automatic documentation of external components
External components must include a technical documentation......
SysUnlinkExtension (Function)
Deletes the association between an extension and a command that was created by SysLinkExtension.
StoreFilterAAF (Property)
The StoreFilterAAF property is used to determine and specify if the filters set by the user on a Table or TreeView table control are saved when an application is closed and opened again.
grSunburstSectionColor (Function)
Changes the color of a section in a Sunburst chart.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
HSuggestKeyEnd (Function)
Finishes collecting information on executed queries.
DnDAccept (Example)
Usage example of the DnDAccept function