ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gpwInitAnalysis (Function)
Initialize the analysis of user groupware.
Link functions (prefix syntax)
Link functions are used to link the interface with the data files (and vice versa)....
<Source>.UnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
<Source>.UnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
USBFind (Function)
Finds a USB device according to keywords.
PopupClose (Function)
Hides a popup displayed in the page via PopupDisplay.
ControlToSource (Function)
Assigns the control value to the source of a control link.
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
RequestRefreshUIParent
Asks to run the "Request for refreshing the display" process of parent.
gpwGetFileInfo (Function)
Retrieves the directory of the data files found in the User Groupware.
gpwLogin (Function)
Connects a user to an application that is using the User Groupware.
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
HUnlockFile (Function)
Unlocks the records of a data file: locked by HLockFile. individually locked by a locking read function....
HUnlockRecNum (Function)
Unlocks a record locked by: HLockRecNum, a read function used with a locking parameter (HRead associated with the hLockWrite or hLockReadWrite constant for example)....
fClose (Function)
Closes an external file.
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
<Popup>.Display (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
Link functions
Link functions are used to link the interface with the data files (and vice versa). These functions are as follows:...
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
zipClose (Function)
Closes an archive.
Encrypt (Function)
Encrypts a character string in binary format or in ASCII format.
HLockFile (Function)
Locks a data file and restricts the access to this data file for all other sites or applications.
Managing the executables (WLanguage functions)
WINDEV, WEBDEV and WINDEV Mobile propose different functions for managing executables from a WINDEV application, from a WINDEV Mobile application or from a WEBDEV site......
USBProperty (Function)
Retrieves the value of a property for a USB device.
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).