ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

inAppListPurchase (Function)
Returns the list of application products purchased by the user and not consumed.
gpwDisconnectUser (Function)
Disconnects the current user from the User Groupware.
WinEdActive (Function)
Used to: determine if the "Allow end users to modify the UI" option is enabled in a window (or internal window). enable or disable the "Allow end users to modify the UI" option in a window (or internal window)....
BrowserMobile (Function)
Allows you to find out whether the browser used by the Web user is started on a mobile device.
<Chart>.Legend (Function)
Indicates the presence and position of legend in a chart.
gpwConnectUser (Function)
Connects a user to the User Groupware.
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
<Window>.Iconize (Function)
Minimizes a WINDEV window.
<AuthToken variable>.OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
<Array>.Info (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
PDFAddImage (Function)
Adds an image to a page in an existing PDF file.
SysWinShow (Function)
Modifies the display status of a window.
SysWinHandle (Function)
Returns the handle of a window identified by its title.
AddFavorite (Function)
Adds an Internet address into the list of favorites for the Web user.
DomoOpen (Function)
Used to establish a connection with a X10 interface.
HListAnalysis (Function)
Returns the list of WINDEV or WEBDEV analyses (in HFSQL Classic format) available in a given directory.
DiagramStartModification (Function)
Indicates the start of a series of actions performed in a Diagram document in a single event ("undo/redo")....
DiagramEndModification (Function)
Indicates the end of a series of actions performed in a Diagram document in a single event ("undo/redo")....
grHistoTypeBar (Function)
Defines the type of bar to be used in a histogram plot.
<Graphe>.HistoTypeBarre (Function)
Defines the type of bar to be used in a histogram plot.
<Array>.DeleteDuplicate (Function)
Deletes the duplicates from an array.
<ParallelTask variable>.Execute (Function)
Triggers the execution of a parallel task.
<Window>.OpenPopupAsynchronous (Function)
Opens a popup window whose result will be retrieved via a WLanguage procedure ("callback").
CharactType (Function)
Returns information about the type of character.
Extern (Reserved word)
EXTERN is used to...