pbResetPageOnActivate - TabDialog
Determines how a tab dialog should behave when the dialog takes the focus as part of forward keyboard activation
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer pbResetPageOnActivate
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbResetPageOnActivate to IntegerVariable |
| Write Access: | Set pbResetPageOnActivate to IntegerVariable/Value |
Description
pbResetPageOnActivate determines how a tab dialog should behave when the dialog takes the focus as part of forward keyboard activation. If this property is false the tab page that is currently active will take the focus. This is how DataFlex has always behaved.
If the property is true, the tab page identified by the property default_tab will be brought forward.
For example, if pbResetPageOnActivate is True and default_tab is 0, navigating into the tab dialog by pressing the tab key will cause the first focusable item in the first tab page to take the focus. If the first tab page was not already visible it will first be displayed.
Default is false.