|
|
|
|
|
Events associated with the cells of the status bars
The following events appear by default in the WINDEV code editor: | | Event | Runtime condition |
---|
Initializing | Executed when the window is opened. This code is run after the initialization process of all the controls found in the current window. | Entry | Executed when the edit cursor enters the cell (editable cells only). | Exit | Executed when the edit cursor exits from the cell (TAB key, click on another cell, etc.). | Whenever modified | Run whenever the cell's content is modified by the user (entering or deleting a letter for example). | Click | Run during a mouse click in the cell of the status bar. | Whenever updated | Run on a regular basis to refresh the cell (case of "Caps Lock" process only). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|