company logo

EnumeratorDefinition :: title - Category title

The title text defined in the associated definition topic is provided as category title. Category titles can be used e.g. in order to display tool tips in a GUI application. The title will be provided in the default language selected for the application.

Since enumerations are dictionary resources, which are cached in an application, one usually cannot change the language for the title while running the application. In order to achieve this, the dictionary definition for the enumerator (SDB_Value) has to be read directly from the dictionary database.

Return value:  String value ( odaba::String & )

Implementation details