ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Developing an application or website / Controls, windows and pages / Controls: Available types / Status Bar control
  • Events managed by default
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Events associated with the cells of the status bars
Events managed by default
WINDEV manages the following events by default (in order of appearance in the code editor):
EventRuntime condition
InitializingRun when opening the window.
This code is run after the initialization process of all the controls found in the current window.
EntryRun when the edit cursor enters in the cell (editable cells only).
ExitRun when the edit cursor exits from the cell (TAB key, click on another cell, etc.).
Whenever modifiedRun whenever the content of the cell is modified by the user (typing or erasing a letter for example).
ClickRun during a mouse click in the cell of the status bar.
Whenever updatedRun on a regular basis to update the cell ("<Caps Lock>" cells only).
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help