ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
Managing the synchronization
For each action performed in a page, the mechanism for page synchronization automatically checks the synchronization......
MyHostControl (Reserved word)
The MyHostControl keyword is used to handle the WEBDEV Page control from the code of the page it displays.
<Page>.Use (Function)
Displays a WEBDEV page in the browser of the Web user and closes all the current page contexts.
spAge (Property)
The spAge property gets the time elapsed since the password was last changed.
Debugging in PHP
A site generated in PHP can be debugged in standard WEBDEV mode......
Defining a help window template
WINDEV allows you to create help window templates......
IFrame control
IFrame is an HTML concept......
Installing and using a Bitcoin Core server
WLanguage offers various functions for handle a Bitcoin Core server......
Native MariaDB Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose a Native Connector to MariaDB (also called Native Access)......
Report based on an Organizer control
A report based on an Organizer control is used to directly print the information displayed in the Organizer control...
The "Images" pane
The "Images" pane allows you to view and list all the images in the project directory and subdirectories......
Creating a frameset
WEBDEV proposes several methods for creating a frameset......
Nesting the framesets
By default, a frameset is used to display several pages in the same window of the browser......
Handling the framesets
The different operations that can be performed on the framesets are as follows......
Displaying a frameset in a WEBDEV site
Displaying a new frameset in a WEBDEV site can be performed according to several methods......
Events associated with framesets
List of events associated with framesets...
Validating a page other than the current page
In some cases, you may have to propose the validation of a page via a button (or a link) found in a different frame......
PopupDisplayPage (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
<Page>.DisplayPopup (Function)
Displays a WEBDEV page as a popup in the current page with a DDW (Dim Disabled Windows) effect.
ContextExist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
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.
PageUse (Function)
Displays a WEBDEV page in the user's browser and closes all page contexts currently open on the server....
<Page>.Exist (Function)
Allows you to find out whether a page context exists on the server (which means whether the page was opened).
Extra (Property)
The Extra property is used to: Get additional information about a control, window, or page. Edit additional information of a control, window or page. In browser code, you can only get additional information of a control or page....