ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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.
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.
Shared information
The information entered when creating the files and the items is shared throughout the environment......
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...
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.
<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.
Automatic procedures
The programming of timers, threads and delayed procedures is now automatically managed by the environment......
<ParallelTask variable>.Wait (Function)
Waits for the execution of a parallel task.
WDConver : Overview
WDConver is a tool used to convert data to an HFSQL Classic data file from......
LooperInsertIP (Function)
Inserts a row as an internal page into a Looper control populated programmatically.
LooperModifyIP (Function)
Modifies a row corresponding to an internal page in a Looper control populated programmatically.
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......
Manager of automated tests
The test manager is used to......
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......
DateDifference (Function)
Calculates the number of days between two dates.
Characteristics of Table controls in a window
Table controls allow you to display and/or enter data......
ParallelTaskWait (Function)
Waits for the execution of a parallel task.
<ParallelTask variable>.ExecuteAfter (Function)
Indicates a continuation parallel task that will be run when one of the specified parallel task is completed.
InDays (Property)
The InDays property is used to convert a Duration variable to days.
InHours (Property)
The InHours property is used to convert a Duration variable to hours.
InMinutes (Property)
The InMinutes property is used to convert a Duration variable to minutes.
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic of your dynamic WEBDEV sites......