Text

The Text interface represents a text that can be used anywhere in a form. All texts share the following characteristics:
  • They are multi-lingual: at runtime, the appropriate texts are automatically displayed in the runtime language
  • They can contain HTML markup
  • They can contain field variables prefixed by && which are substituted at runtime
Further documentation.

Text Functions

getText Text.getText( ) Returns the text.
setText Text.setText( text ) Sets the text.