ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

iCloud constants
The iCloud constants are as follows:
UPNPMediaPlay (Function)
Starts reading the current media on the UPnP device.
UPNPMediaPause (Function)
Pauses the reading of the current media on the UPnP device.
UPNPMediaStop (Function)
Stops reading the current media on the UPNP device.
CertificateLoad (Function)
Loads a certificate from a file or a buffer.
Menu option: operation performed and action
An option of a drop-down or context menu in a page can be associated with an action......
Creating the menus for the pages of the WEBDEV RAD pattern
docElement (Type of variable)
The docElement type is used to handle each element found in a docParagraph variable.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
FOR ALL/FOR EACH statement (browse of strings)
The FOR EACH statement is used to browse strings according to different methods...
DnDGetData (Example)
Usage example of the DnDGetData function
fSelect (Function)
Opens the Windows file picker.
SMSNext (Function)
Reads the following SMS message stored on the Android phone.
ClipboardFormat (Function)
Identifies the format of information found in the clipboard.
iZoneHeight (Example)
Usage example of the iZoneHeight function
StoreTheConfiguration (Property)
The StoreTheConfiguration property is used to: Determine whether the configuration of the panes in a dynamic Tab control or Ribbon control is automatically saved and restored. Modify the configuration of the panes in a dynamic Tab control or Ribbon control so that it is automatically saved and restored (or not)...
ComponentLocate (Function)
Specifies the access path to an external component of project.
fGlobalDirCommon (Function)
Returns a directory path for the global data of current application (data shared between several applications), regardless of the current user.
fGlobalDirUser (Function)
Returns a directory path for the global data of current application (data shared between several applications), for the current user.
13. External component in practice
External component in practice...
Use (External language)
Opens the specified window by closing all the windows opened beforehand.
3. Deploying a WINDEV application
docFormatting (Type of variable)
The docFormatting type is used to define the formatting characteristics of an element in a Word Processing document.
BufferToPhrase (Function)
Converts a buffer to a mnemonic phrase using the BIP39 algorithm.
PhraseToBuffer (Function)
Returns the buffer encoded in a BIP39 mnemonic phrase.