ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing a WINDEV window into a WEBDEV website
The Windows windows developed with WINDEV...
General environment of WINDEV
WinInput (Function)
Identifies the window containing the WLanguage code currently run.
gpwOpen (Function)
Opens the User Groupware login window or page.
Errors while managing data files
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....
BTSelectDevice (Function)
Opens a system window to select a Bluetooth device.
AnimationPrepare (Function)
Prepares the animation on a control, a group of controls or a window.
Screen,XVar (External language)
Defines whether a control is included (or not) in the current window.
WinOrientation (Function)
Modifies or retrieves the display orientation of the current window.
WinSlidingVisible (Function)
Displays or hides a sliding window (sliding menu).
WinGiveSuitableHeight (Function)
Returns the height of a window, adapted to the content of controls.
WinGiveSuitableWidth (Function)
Returns the width of a window, adapted to the content of controls.
SpreadsheetAddData (Function)
Adds a data into a Spreadsheet control found in a window.
MyInternalWindow (Reserved word)
MyInternalWindow is used to handle the current internal window.
SpreadsheetAddWorksheet (Function)
Adds a worksheet into a Spreadsheet control found in a window.
SpreadsheetDeleteWorksheet (Function)
Deletes a worksheet from a Spreadsheet control found in a window.
SpreadsheetInsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.
NoteDelete (Function)
Deletes a repositionable note found in the current window.
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
WinEdLoad (Function)
Loads the changes made by the end user in a window.
PanelLoadConfiguration (Function)
Restores the configuration of the Dockable Panel controls in a window.
1. Installing an application on Android, iOS, etc.
There are multiple methods to install a WINDEV Mobile application...
7. Available controls in a window
WINDEV Mobile includes several types of controls...
WaitWindowEnd (Function)
Closes the wait window of application opened by WaitWindowStart.
<Spreadsheet>.InsertWorksheet (Function)
Inserts a worksheet into a Spreadsheet control found in a window.