cnsChangeViewDisplayNames
Changes the display name of the given tree.
Synopsis
bool cnsChangeViewDisplayNames(string view, langString
displayNames);
Parameters
Parameter | Description |
---|---|
view | The ID path of the view |
displayNames | The new display name of the view |
Return value
Returns TRUE if successful or FALSE in case of an error.
Errors
-
Description
This function changes the display name of the given view.
main()
{
langString myLang;
setLangString(myLang,0,"Meine neue View");
setLangString(myLang,1,"My New View");
cnsChangeViewDisplayNames("System1.myView", myLang);
}
Availability
UI, CTRL