ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Popup window
WINDEV allows you to open windows in popup format...
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
<Window>.OpenPopupPosition (Function)
Opens a popup window by specifying its opening position and waits until it is closed.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
dBackground (Example)
Usage example of the dBackground function
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
TestOnError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
TreeSelect (Function)
Returns the full path of the selected element in a TreeView control.
zipSplit (Example)
Usage example of the zipSplit function
fEncrypt (Example)
Usage example of the fEncrypt function
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
grDestinationBMP (Function)
Defines a BitMap file as destination of a chart (BMP means BitMap).
gpwAuthLogin (Function)
Allows you to connect to the User Groupware using authentication with an account such as Facebook, Google, Microsoft, etc.
fListFile (Example)
Usage example of the fListFile function
FinCurrentVal (Example)
Usage example of the FinCurrentVal function
FinFutureVal (Example)
Usage example of the FinFutureVal function
xlsCell (Type of variable)
An xlsCell variable is used to describe and modify a cell in an Excel document...
HTransaction (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
TableSort (Function)
Sorts a Table or TreeView Table control on one or more columns (lexicographical sort).
TableModifyLine (Function)
Modifies a row in: a Table control, a TreeView Table control....
2. WEBDEV administrator in practice
SpellAddDictionary (Function)
Adds a word to the dictionary of OpenOffice: for the instance of the current application. for all the applications....
End
END can correspond to: the END keyword of WLanguage used to specify the end of a loop. the End property, which can be used on EventTimeline variables. .......
fDriveInfo (Function)
Returns information about a drive.
HCancelDeclaration (Example)
Usage example of the HCancelDeclaration function
Constants for managing the applications with "Live update"
List of constants used by functions for managing applications with "Live update"....
Report viewer: Proposing several reports
In the document preview, end users can......