ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Spreadsheet constants
The following constants are used by the functions for managing Spreadsheet controls:...
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
InputMask (Property)
The InputMask property is used to: get the input mask. set the input mask (from the masks available for the type)....
Email (Type of variable)
The Email type is used to handle the email content as well as the associated information.
rssChannel (Type of variable)
The rssChannel type is used to handle a RSS channel...
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
TableModify (Function)
Modifies a row in: a Table control, a TreeView Table control, a table displayed in a Combo Box control....
Locking data files: correspondence between WINDEV 5.5 and the later versions
HDeclareExternal (Function)
Temporarily imports into the current analysis the description of a data file from an existing HFSQL data file.
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
ExecuteDelayedProcedure (Function)
Runs a delayed procedure (in the WEBDEV application server).
gpwOpen (Function)
Opens the User Groupware login window or page.
Creating a Java archive
When your Java application is developed, you can......
Word processing: Using the ribbon
The ribbon found in the Word Processing control proposes several features and it allows you to perform several settings......
CancelAWPContext (Function)
Deletes from the AWP context a variable that was added by DeclareAWPContext.
Chart constants
List of constants used by the functions for chart management....
FramesetRefresh (Function)
Refreshes a frameset displayed in the user's browser from the context on the server....
2. Analysis in practice
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
WLanguage code coloring
The code editor includes a coloring system for the different elements in WLanguage code....
Logical operators
The logical operators are as follows......
BrowserVersion (Function)
Returns the version of the browser used by the Web user.
SecondaryAxis (Property)
The SecondaryAxis property is used to: determine whether a chart series is on the secondary axis. set the position of a chart series on the secondary axis....
grRBAddData (Function)
Adds data to a Radial Bar chart.