cnsGetViewDisplayNames

Returns the display names of the given view.

Synopsis

bool cnsGetViewDisplayNames(string view, langString &displayNames);

Parameters

Parameter Description
view The ID path of the view
displayNames Receives the display names of all view elements

Return value

Returns TRUE if successful or FALSE in case of an error.

Errors

-

Description

This function returns the display names of the given view.

main()
{
  langString viewNames;
  cnsGetViewDisplayNames("System1.View1:", viewNames);
  DebugN(viewNames);
}

Availability

UI, CTRL