ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

TableTypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
Screen,Column (External language)
Returns the index of the current column in a Table based on a data file or in a Table populated programmatically.
SiteAddress (Function)
Returns the Internet address for connecting to a dynamic WEBDEV site (in Session mode) found on the same server.
ImageYPos (Function)
Returns the vertical position (Y) of the mouse cursor in relation to the specified Clickable Image control.
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
HListProvider (Function)
Returns the list of OLE DB providers and/or Native Connectors installed on the current computer....
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
MapGetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
PowerStatus (Function)
Used to get various information about the battery (main or secondary) of the device on which the application is running.
Characteristics of maximized windows
A maximized window occupies the entire screen of the mobile device....
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
SaaSWriteSiteParameter (Function)
Saves a specific information for a SaaS site in the configuration of a client account.
<Connection variable>.InfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
gpwGetUserInfo (Function)
Retrieves information about the current user (application that uses the User Groupware).
HInfoUser (Function)
Updates the variables for user management with the information regarding the specified user.
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
BTStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
SpellSuggest (Function)
Returns the list of possible words found in the dictionary of OpenOffice that can correct a word that is misspelled.
HNotifListCCRecipient (Function)
Returns the list of recipients of a notification sent via the Control Centers (WDBal messaging tool).
<TreeView>.TypeItem (Function)
Checks the existence of an element in a TreeView control and returns its type (node or leaf) if the element exists.
<Upload>.CurrentFileSizeSent (Function)
Returns the size (in bytes) already sent for the file currently uploaded via an Upload control.
<Map>.GetPosition (Function)
Returns the geographical position of the point located in the center of the map currently displayed in a Map control.
<TreeView Table>.TypeItem (Function)
Checks the existence of an element in a TreeView Table and returns its type (node or leaf) if the element exists.
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).