Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
NSListItem
Integer GetId()
NSListItem thing; Integer id = thing.GetId();
String GetName()
NSListItem thing; String name = thing.GetName();
String GetToolTip()
NSListItem thing; String toolTip = thing.GetToolTip();
Void SetId(Integer id)
NSListItem thing; Integer id; thing.SetId(id);
Void SetName(String name)
NSListItem thing; String name; thing.SetName(name);
Void SetToolTip(String toolTip)
NSListItem thing; String toolTip; thing.SetToolTip(toolTip);
Related topics