Text Property
Object List Next Object
Defined By: Indented List
Description:
Determines the text of the selected item in the indented list. A string copy
of the selected list item is returned.
Details:
Use the text property to determine the selected item. The default for the Text
property is an empty string (""). You can also access the value of this
property in code with the Value property.
This property provides an alternative to using the expression List(listindex). Unlike Text property, the listindex argument, throws a program exception if a list item has not been selected.
Data Type: String