ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
FirstDayOfWeek (Function)
Returns the date of first day of the week (i.e., Monday).
ArrayDeleteAll (Function)
Deletes all elements: from a one-dimensional or two-dimensional WLanguage array. from an associative array. from an advanced array property (array of gglCalendar events, etc.). from a WLanguage queue. from a WLanguage stack. from a WLanguage list....
SexagesimalToDecimal (Function)
Returns the decimal angle corresponding to a sexagesimal angle.
btleDescriptor (Type of variable)
The btleDescriptor type is used to handle the descriptor of a Bluetooth Low Energy characteristic
ChronoReset (Function)
Stops and resets a running stopwatch.
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
fLongName (Function)
Returns the long name of a file or directory.
fShortName (Function)
Returns the short name of a file or directory.
AssistedInputDeleteAll (Function)
Clears the list of values proposed for the assisted input of an edit control.
OLECreateCopy (Function)
Associates an OLE control with an OLE object while specifying a base file.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
FOR EACH/FOR ALL statement (loop through controls)
The statement FOR EACH is used to perform different types of browse on the controls (List Box, Table or Looper controls)...
MultimediaBeginning (Function)
Positions at the beginning of the media file played in the Multimedia control.
MultimediaEnd (Function)
Positions at the end of media file played in the Multimedia control.
MultimediaStatus (Function)
Indicates the status of the multimedia file played in the Multimedia control.
InternetConnected (Function)
Defines whether an Internet connection is enabled on the current computer. In mobile, you can also be notified when the status of the Internet connection changes.
HClient structure
The HClient structure is used to......
DashDeleteAll (Function)
Deletes all widgets displayed in a Dashboard control.
MultimediaPause (Function)
Pauses a media file played in a Multimedia control.
LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
TestCheckNotNull (Function)
Checks whether an expression is not Null in assertive programming and in automated test mode.