ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Communicating with the Web user
From now on, with the new Web technologies, the sites can look more like Windows applications and display dialog boxes......
PageExist (Function)
Checks whether the specified page is currently displayed in the browser of the Web user. Used to find out whether a page is displayed in a frame other than the current one.
PageInitialization (Function)
Resets to zero (or not) the controls found in the current page and starts the events for initializing the controls and the page.
PageParameter (Function)
Returns the value of a parameter passed to the current page.
PageSubmit (Function)
Validates the specified page and starts the execution of a button.
ChangeSourcePage (Function)
Dynamically changes the page displayed in an Internal Page control
Properties associated with windows, pages and controls
List of properties associated with windows, pages and controls...
Activation key functions
The following functions are used to manage activation keys:...
Shared information
The information entered when creating the files and the items is shared throughout the environment......
DateDifference (Function)
Calculates the number of days between two dates.
PageWriteHeaderHTTP (Function)
Adds an additional HTTP header that will be returned to the browser: during the next function for page display (PageDisplay, PageRefresh, ...), during the automatic return of the current page at the end of the current action....
Activating an application or a site
When distributing an application or a site, you may want to offer both a full version and a limited version......
Style sheet
A style sheet ("......
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
PageDisplayDialog (Function)
Displays a page in modal mode. This function is used to establish a dialog with the user. The page is displayed in the foreground while the opening page is displayed in the background, grayed by the DDW mechanism.
<Looper>.InsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
<Looper>.ModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
SourceToPage (Function)
Automatically updates the controls of a page with: the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor. the values of the bound WLanguage variables....
Starting WDOptimizer in a command line
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
Style of windows: image and background color
To optimize the style of your screens, WINDEV and WINDEV Mobile allow you to use......
RAD Mobile: Create modern windows
RAD Mobile (Rapid Application Development) automatically generates modern UIs and functional code from a database....