Language Reference Guide : 4. System Classes : ChoiceDetail Class : EnumSubText Attribute
 
Share this page                  
EnumSubText Attribute
Data Type: array of StringObject
4GL Access: R
Because ChoiceDetail is a subclass of ChoiceItem, it has an EnumDisplay attribute. The EnumDisplay attribute contains the text that is displayed in the first column of a row of a ListviewField. The EnumSubText attribute contains the text strings that are displayed in the other columns. EnumSubText[1].Value contains the text that is displayed in column 2, EnumSubText[2].Value contains the text that is displayed in column 3, and so on.