Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 The parameter or relation attribute@OBJECTTITLE is used to define that the parameter or expression is evaluated and shown as object title in the Workbase treeview.

Syntax

...

Arguments

  • Expression can be a string, a single parameter or an expression

...

This attribute is used in objects and makes it possible to show the object by means of a dynamic name. E.g., QEntity has @OBJECTTITLE :QEntityName + INCASE(QEntityIndex,GT,0,THEN," #" + STR$(QEntityIndex),ELSE,"NullString") which shows the entity by its name and entity index, if any.

Member of functional group: Presentation

...