ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Remote check: Customizing with a procedure
To customize the remote control performed on a multi-user WINDEV application, you can trigger the execution of a procedure found in the application......
Customizing the report viewer (preview)
You can display a print preview in the report viewer......
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
ERR_BAD_APPLICATION
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
HTMLAfter (Property)
The HTMLAfter property gets and sets the HTML code inserted after the control.
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.
CellDisplayDialog (Function)
Displays a Cell control in a page with a DDW effect (Dim Disabled Windows). This function is used to easily simulate a dialog box in browser code, by using a Cell control in a page.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
Animating an image
WINDEV, WINDEV Mobile and WEBDEV allow you to handle several types of animated images......
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
IniOSEmulatorMode (Function)
Indicates whether the code is run in the iOS emulator (iPhone, iPad).
IniOSSimulatorMode (Function)
Indicates whether the code is run in the iOS simulator (iPhone, iPad).
Testing a dynamic project from a test server
Before deploying your dynamic WEBDEV website, we recommend that you run the final tests from a test sever......
How to create and handle a structure?
This help page explains how to create and handle a structure....