ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Status Bar control
  • Default events
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Events associated with the cells of the status bars
Default events
The following events appear by default in the WINDEV code editor:
EventRuntime condition
InitializingExecuted when the window is opened.
This code is run after the initialization process of all the controls found in the current window.
EntryExecuted when the edit cursor enters the cell (editable cells only).
ExitExecuted when the edit cursor exits from the cell (TAB key, click on another cell, etc.).
Whenever modifiedRun whenever the cell's content is modified by the user (entering or deleting a letter for example).
ClickRun during a mouse click in the cell of the status bar.
Whenever updatedRun on a regular basis to refresh the cell (case of "Caps Lock" process only).
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help