virtual ZRESULT setTitle(ZString str)=0;

Description

Sets user-friendly title of an implementation object (mostly ILocalizationService does this). core::CNamed helper class implementation sets m_strTitle string object to suppluied argument value.

Parameters:
str
New title to set on an object, multy-inherits INamed interface.
See Also:
Interface overview and methods
getTitle method
setName method