TextBar
This view element only can be used inside a TablePopin.
● text
Determines the text of the TextBar.
● visible
This property specifies the visibility of the UI element. The default value for this property is visible.
○ visible. The UI element is displayed on the screen.
○ none. The UI element is not visible on the screen and takes up no space.
○ notYet. The UI element is not yet visible in its view and is treated like NONE. It can be made visible by personalization. This can be used to ship hidden parts of a screen which can then be made visible on demand.
○ always. A UI element is always visible and cannot be hidden by personalization.
○ blank. The UI element is not visible on the screen but takes up space.

This value should not be used for security reasons. Use none instead.
Name |
Interface |
Type |
Initial Value |
Bindable |
text |
IWDTextBar |
String |
|
bindable |
visible |
IWDTextBar |
WDVisibility |
visible |
bindable |