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.
NSRelationToOwner
Integer GetId()
NSRelationToOwner thing; Integer id = thing.GetId();
String GetTooltip()
NSRelationToOwner thing; String descr = thing.GetTooltip();
String GetValue()
NSRelationToOwner thing; String name = thing.GetValue();
Void SetId(Integer id)
NSRelationToOwner thing; thing.SetId(123);
Void SetTooltip(String tooltip)
NSRelationToOwner thing; String descr = "something new"; thing.SetTooltip(descr);
Void SetValue(String value)
NSRelationToOwner thing; thing.SetValue("frotz");
Was this page helpful?