!--a11y-->
Tab 
The Tab UI element is an individual tab page within a TabStrip. The Tab consists of a header area, a content area, and an optional toolbar.

To enable the development of accessible applications the caption property is checked during the syntax check.
The property tooltip is not checked.
Runtime Class |
CL_WD_TAB |
Properties in View Designer
Name |
Type |
Initial Value |
Bindable |
Id |
STRING |
(automatic) |
No |
WDY_BOOLEAN |
true |
Yes |
|
WDY_BOOLEAN |
true |
Yes |
|
WDY_BOOLEAN |
true |
Yes |
Aggregations in View Designer
Name |
Cardinality |
Type |
0..1 |
||
1..1 |
||
0..1 |

Other properties that can be inherited are defined in the associated higher-level class. The associated UI elements are:
For dynamic programming, the same properties, events and aggregations are available as in View Designer. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
ENABLED |
WDY_BOOLEAN |
|
HAS_CONTENT_PADDING |
WDY_BOOLEAN |
|
VISIBLE |
WDY_BOOLEAN |
Dynamic Programming of Aggregations
View Designer Name |
Runtime Name |
Cardinality |
CONTENT |
0..1 |
|
HEADER |
1..1 |
|
TOOLBAR |
0..1 |