Tab Deselection Notify Event

Template

context:u(2),code:i(1),id:u(2),objtype:i(2),tabidx:i(2)

This Notify event is generated when a tab index is deselected. Typically, an application program will validate and store data that has been entered in the deselected tab's controls after detecting this event. The notice string returns the selected tab index. Tab indices are defined in ResBuilder or with the 'TABCTRL' mnemonic. The left tab has an index of 0, the next tab to the right has an index of 1, and so on. (Tab indices are zero-based.)

Field

Description

context

Context on which event occurred.

code

Always 3.

id

ID of the tab control.

objtype

Always 106.

tabidx

Index of the deselected tab (zero-based).

See Also

NOTICE() Function - Get SYSGUI Notice String

NOTICETPL() Function - Get Notice String Template

Tab Selection Notify Event

Tab Control Notify Events

BBjTabDeselectedEvent