ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Tips for developing a site for an iPhone or for a BlackBerry
WEBDEV allows you to develop sites for all types of devices......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
WinEdDeclareUndo (Function)
Declares how to cancel an action that was added by WinEdDo.
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
DisplayOrphan (Property)
The DisplayOrphan property is used to: Determine whether a row or column in a Pivot Table control is displayed when it has no parent. Change the display mode of a row or column in a Pivot Table control when it has no parent....
JSMethod (Function)
Used to run a JavaScript method on an element found in the current page.
Executable: Project backup
At the end of the executable creation wizard, WINDEV proposes to automatically make a backup of the sources of your project......
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
PositionOccurrence (Function)
Finds the Xth position of a string within another string.
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Parallax effect
"Parallax" effects make it possible to scroll the elements in the interface at different speeds......
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
iTextWidth (Function)
Calculates the width (in millimeters) of the text to print, according to the specified font.
Comparison operators
The comparison operators can be divided into several categories......
NextTitle (Function)
Modifies the title of next window to open.
HOpenAnalysis (Function)
Opens an analysis in HFSQL Classic format.
Operating mode of HFSQL application
A HFSQL application can operate in network mode or in Client/Server mode......
Cookie (Type of variable)
The Cookie type is used to handle the cookies transmitted in the HTTP requests.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
OpenPopup (Function)
Opens a popup window and waits for this window to be closed.
ExceptionChangeParameter (Function)
Configures the automatic behavior that will be implemented if an exception occurs in the current process.
Referring to an element in a WLanguage event / process
Creating the Relation pages of a WEBDEV RAD pattern