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.
NSFieldInfoListText
String[] GetChoices()
NSFieldInfoListText thing; String[] choices = thing.GetChoices();
String GetDefaultValue()
NSFieldInfoListText thing; String defaultValue = thing.GetDefaultValue();
Integer GetTextLength()
NSFieldInfoListText thing; Integer textLength = thing.GetTextLength();
Void SetChoices(String[] choices)
NSFieldInfoListText thing; String[] choices; thing.SetChoices(choices);
Void SetDefaultValue(String defaultValue)
NSFieldInfoListText thing; String defaultValue; thing.SetDefaultValue(defaultValue);
Void SetTextLength(Integer textLength)
NSFieldInfoListText thing; Integer textLength; thing.SetTextLength(textLength);
Related topics