ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LoadImageSheet (Function)
Loads an image set in memory so that it can be used later by gImage.
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
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.
Monitoring robot: General check parameters
The general parameters of the check must be defined when creating or modifying a check......
HFSQL views
An HFSQL view corresponds to a "memory image" of an HFSQL data file......
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.
OLECreateEmpty (Function)
Associates an OLE control with an OLE object by invoking a specific OLE server.
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.
TestCheckDifferent (Function)
Checks whether the specified expressions are different in assertive programming and in automated test mode.
OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
RegistryListKey (Function)
Lists the sub-keys of a registry key.
GesturePointerType (Function)
Returns the type of pointer used on the device: finger, mouse or stylus.
HSimulateNetwork (Function)
Simulates the operating mode of HFSQL Client/Server on an ADSL or 3G network....
ControlTypeInfo (Function)
Returns the icon corresponding to the specified type of control.
Delete (Function)
Deletes an element at a given position: from a one-dimensional WLanguage array. from an advanced array property (array of gglCalendar events, etc.). from an associative array. from a WLanguage list....
dbgAssert (Function)
Used to find out and signal the possible errors via an assertive programming.
The "Bubble" charts
A bubble chart shows the correlation between three variables via bubbles of different sizes: categories and values on the X and Y axes and an additional parameter. The size of the bubble indicates the value of this third parameter.