Start of Content Area

Object documentation TextBar API  Locate the document in its SAP Library structure

 

Description of UI Element Properties

·        text

Determines the text of the TextBar.

·        visible

Controls whether the TextBar is displayed.
The visible property can be filled with the following values and is represented by the data type WDVisibility.

blank

The TextBar is not visible on the screen. This value has the same visibility effect for the TextBar on the screen as the value none.

none

The TextBar is not visible on the screen.

visible

The TextBar is displayed on the screen.

 

Overview of Inherited and Additional Properties

Name

Interface

Type

Initial Value

Bindable

Value Required

text

IWDTextBar

String

 

bindable

No

visible

IWDTextBar

WDVisibility

visible

bindable

No

 

 

End of Content Area