TextBar
This UI element is used to display the content of a TablePopin.
Runtime Class |
CL_WD_TEXT_BAR |
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
STRING |
(automatic) |
No |
|
Translatable text |
|
Yes |
|
WDUI_VISIBILITY |
visible |
Yes |

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:
For dynamic programming, the same properties, events, and aggregations as in the View Designer are available. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
TEXT |
WDY_MD_TRANSLATABLE_TEXT |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_TEXT_BAR=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_TEXT_BAR=>E_VISIBLE-VISIBLE |
|