ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

gLink (Function)
Adds an "invisible" value into an element found in a List Box or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
GglPrintDocument (Function)
Prints a document (text or PDF file, images, Word or Excel document, ...) by using the Cloud Print service of Google.
Constants for managing Wi-Fi functions
Constants for managing Wi-Fi functions...
User Groupware: Encrypting passwords
To increase the security of user groupware, WINDEV and WEBDEV now encrypt the passwords of users......
grSmoothing (Function)
Smoothes a Line chart or a Scatter chart by using the "cubic splines" algorithm.
HTTP functions
List of HTTP functions...
SensorDetectChangeOrientation (Function)
Allows you to be notified when the orientation of the device changes on any one of its 3 axes.
WinEdSelectOccurrence (Function)
Indicates the number of controls selected when the interface is modified by the end user ("Allow end users to modify the UI" option enabled).
The Flash control
The Flash control is used to display a Flash® animation in a WEBDEV page......
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)...
Writing to the Free Technical Support
When you encounter a problem, try to isolate it and to reproduce it by using the minimum number of elements......
Creating the menus for the windows of the WINDEV RAD pattern
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
MongoCreate (Example)
Usage example of the MongoCreate function
MCIPause (Function)
Pauses playback of the media file previously opened (MCIOpen).
fDir (Function)
Finds a file or directory.
BurnerEject (Function)
Opens or closes the door of current burner.
Constants used by the the functions for managing the HFSQL Cluster
Developing applications for iPhone/iPad
To develop a WINDEV Mobile application for iPhone/iPad, you need:...
EmulateMouse (Function)
Simulates a mouse event (left click, right click, double click, ...).
Transparency of windows
WINDEV allows you to apply a transparency coefficient to the windows......
Batch processes: Creating executables, WDLs, components, and more...
WINDEV and WEBDEV allow you to perform multiple types of processes from a command line......
eRoundDifference (Function)
Returns the rounding difference between: the value displayed in a "Currency + Euro" control, the associated control used for dual display....
CriticalSectionEnd (Function)
Marks the end of critical section: the code will be run by another thread.
fOpen (Example)
Usage example of the fOpen function