ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SCM: Working in Offline mode
The Source Code Manager allows you to easily work in offline mode......
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
Help page identifier
To display a specific help page from your WINDEV application, an identifier must be specified for each page found in your help system......
The Scrollbar control
...The Scrollbar control is used to scroll objects (text, captions, etc....
OpenIDIdentity (Type of variable)
The OpenIDIdentity type is used to define all the advanced characteristics of a user connected to a service via the OAuth 2.0 protocol.
iParameterReport (Function)
Configures the printer by opening the configuration window.
fSeek (Function)
Gets and sets current position in an external file.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Operations performed on sequence diagrams
The following paragraphs explain......
Z-index of a control
All the controls in a window or report have a different z-index......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data files......
ComponentInfo (Example)
Usage example of the ComponentInfo function
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
Developing an iOS 14 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc....
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
PageToSource (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
SourceFromPage (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. the value of the WLanguage variables with the value of the page controls....
TableToClipboard (Function)
Copies the content of a Table or TreeView Table control to the clipboard.
Erase patches
To quickly modify the operating mode of an application, you can use application patches......
TableRecNum (Function)
Returns the number of the current record in a Table control based on a data file.
<Looper>.Sort (Function)
Allows you to: Sort a Looper control according to one or more attributes. Sort a Looper control on all its attributes. Cancel a sort that was performed beforehand (which means ignore the sort)....
Document (Example)
Usage example of Document
BurnerList (Example)
Usage example of the BurnerList function