ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with the Pivot Table control
Events associated with an Image Editor control
WINDEV manages the following events by default (in order of appearance in the code editor)...
HTML Editor control events
The following events appear by default in the WINDEV and WINDEV Mobile code editor...
HTMLBefore (Property)
The HTMLBefore property gets and changes the HTML code added before the control.
Events associated with a Popup control
WEBDEV manages the following events by default (order of appearance in the code editor):
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.
Events associated with a Rich Text Area control
WEBDEV manages the following events by default (order of appearance in the code editor)......
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......
BrowserClose (Function)
Closes the current browser window and stops the execution of the current code.
WinInitialized (Function)
Used to find out whether the "end of initialization" code was run for a window.
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).
InFactoryMode (Function)
Indicates whether the code is run by an action plan of the software factory.
Conditions for using the Ad control
The Ad control is using the AdMob SDK....
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.
Events associated with the cells of the status bars
WINDEV manages the following events by default:...
Option (Property)
The Option property is used to configure how a Bar Code control is displayed.
WLanguage procedure called by SocketConnect
WLanguage procedure written in browser code ("callback"), called by SocketConnect.
Events associated with a Sliding Banner control
WEBDEV manages the following events by default (order of appearance in the code editor)...
CurrentPage (Function)
Returns the name of the page containing the WLanguage code currently run.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
AAFOpenHelp (Function)
Opens the AAF (Automatic Application Features) help website.
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
9. Internal component
Compile (Function)
Dynamically compiles an Procedure whose source code is provided (dynamic compilation).