Versions Compared

Key

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

...

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.

...