ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HexaToInt (Function)
Returns the numeric value of a hexadecimal string.
DashDelete (Function)
Deletes a widget displayed in a Dashboard control. The Dashboard control is updated and a free location replaces the deleted widget.
MarginInterCell (Property)
The MarginInterCell property is used to: find out the margin between rows or columns in a Layout control. modify the margin between rows or columns in a Layout control....
HReadLast (Example)
Usage example of the HReadLast function
Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
Creating the Form windows of a WINDEV RAD pattern
Creating the Vision windows of the WINDEV RAD pattern
CalendarSelect (Function)
Returns the date selected in a Calendar control.
Format (Property)
The Format property is used to identify and change the format of an element
MoveColumn (Function)
Moves or swaps a column in a two-dimensional array property contained in an advanced type (xlsDocument, etc.).
GranularityAppointment (Property)
The GranularityAppointment gets and changes the precision of the grid used to define appointments in Organizer or Scheduler controls. Property kept for backward compatibility.
GPSInfo (Function)
Returns the information about the location provider used by the application for geolocation functions.
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
Error 103: The type is unknown
HCompareItem (Function)
Compares two values by sorting them according to the specified HFSQL index item: all the sort options specified for the item are taken into account (sensitivity to the case, to the punctuation, sort direction, Unicode language, ...).
StringToTime (Function)
Converts a time in character string format to a time in HHMMSSCC format that can be used by a Time variable].
grHMCaptionX (Function)
Modifies the caption of a category on the X-axis of a Heatmap chart.
grHMCaptionY (Function)
Modifies the caption of a category on the Y-axis of a Heatmap chart.
GglAnalyticsAddException (Function)
Adds an exception beside Google Analytics.
Apply (Function)
Executes a procedure for each element of a WLanguage array.
InitialFile (Property)
The InitialFile property is used to get the original name of the data file associated to an item in a query.
InitialItem (Property)
InitialItem is used to find out the initial name of an item found in a query. This name is known from the alias of this item.
Text (Property)
Text is used to find out whether an item is a text item.
fTempPath (Function)
Returns the name of directory used to store the temporary files.
HOut (Example)
Usage example of the HOut function