Default_Tab - TabDialog
Determines what tab page will be displayed as a default
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Default_Tab
| Access Type | Syntax |
|---|---|
| Read Access: | Get Default_Tab to IntegerVariable |
| Write Access: | Set Default_Tab to IntegerVariable/Value |
Description
Default_Tab determines what tab page will be displayed as a default. This default tab page is displayed when the messages beginning_of_panel or Request_tab_display (with no parameter) are sent. It also may be displayed during forward keyboard navigation when pbResetPageOnActivate is true.
If the value is set to -1, no default tab page is selected and no page change will occur (this was added to 8.2)
Default is 0.