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.
NSSelectableMDOListItem
NSSelectableMDOListItem[] GetChildItems()
NSSelectableMDOListItem thing; NSSelectableMDOListItem[] childItems = thing.GetChildItems();
Integer GetColorBlock()
NSSelectableMDOListItem thing; Integer colorBlock = thing.GetColorBlock();
Bool GetDeleted()
NSSelectableMDOListItem thing; Bool deleted = thing.GetDeleted();
String GetExtraInfo()
NSSelectableMDOListItem thing; String extraInfo = thing.GetExtraInfo();
String GetFullName()
NSSelectableMDOListItem thing; String fullName = thing.GetFullName();
Bool GetHidden()
NSSelectableMDOListItem thing; Bool hidden = thing.GetHidden();
String GetIconHint()
NSSelectableMDOListItem thing; String iconHint = thing.GetIconHint();
Integer GetId()
NSSelectableMDOListItem thing; Integer id = thing.GetId();
DateTime GetLastChanged()
NSSelectableMDOListItem thing; DateTime lastChanged = thing.GetLastChanged();
String GetName()
NSSelectableMDOListItem thing; String name = thing.GetName();
Integer GetRank()
NSSelectableMDOListItem thing; Integer rank = thing.GetRank();
Bool GetSelected()
NSSelectableMDOListItem thing; Bool selected = thing.GetSelected();
String GetStyleHint()
NSSelectableMDOListItem thing; String styleHint = thing.GetStyleHint();
String GetToolTip()
NSSelectableMDOListItem thing; String toolTip = thing.GetToolTip();
String GetType()
NSSelectableMDOListItem thing; String type = thing.GetType();
Void SetChildItems(NSSelectableMDOListItem[] childItems)
NSSelectableMDOListItem thing; NSSelectableMDOListItem[] childItems; thing.SetChildItems(childItems);
Void SetColorBlock(Integer colorBlock)
NSSelectableMDOListItem thing; Integer colorBlock; thing.SetColorBlock(colorBlock);
Void SetDeleted(Bool deleted)
NSSelectableMDOListItem thing; Bool deleted; thing.SetDeleted(deleted);
Void SetExtraInfo(String extraInfo)
NSSelectableMDOListItem thing; String extraInfo; thing.SetExtraInfo(extraInfo);
Void SetFullName(String fullName)
NSSelectableMDOListItem thing; String fullName; thing.SetFullName(fullName);
Void SetHidden(Bool hidden)
NSSelectableMDOListItem thing; Bool hidden; thing.SetHidden(hidden);
Void SetIconHint(String iconHint)
NSSelectableMDOListItem thing; String iconHint; thing.SetIconHint(iconHint);
Void SetId(Integer id)
NSSelectableMDOListItem thing; Integer id; thing.SetId(id);
Void SetLastChanged(DateTime lastChanged)
NSSelectableMDOListItem thing; DateTime lastChanged; thing.SetLastChanged(lastChanged);
Void SetName(String name)
NSSelectableMDOListItem thing; String name; thing.SetName(name);
Void SetRank(Integer rank)
NSSelectableMDOListItem thing; Integer rank; thing.SetRank(rank);
Void SetSelected(Bool selected)
NSSelectableMDOListItem thing; Bool selected; thing.SetSelected(selected);
Void SetStyleHint(String styleHint)
NSSelectableMDOListItem thing; String styleHint; thing.SetStyleHint(styleHint);
Void SetToolTip(String toolTip)
NSSelectableMDOListItem thing; String toolTip; thing.SetToolTip(toolTip);
Void SetType(String type)
NSSelectableMDOListItem thing; String type; thing.SetType(type);
Was this page helpful?