Back Forward Value List

One of eleven property modes, a Value List property is a single property that has as values an ordered list of text values. The system does not limit the number of entries in a list.

A Value List property may have none, one, or many sequentially numbered strings as values, indexed by a numeric index (subscript) starting at 1. Elements must be created with contiguous subscripts: 1 before 2, 2 before 3 and so on.

On the Clipboard tool and the Explorer display of properties, the icon identifies a Value List property.

Control rules

The standard control rule named StringList and the standard HTML Fragment rule named StringList_script support the presentation of Value List properties. (The Value List property mode was formerly called StringList.)

Function rules for Value List properties

Notes

NoteThe standard property Rule-Obj-Property.pyPropertyMode holds the mode of a property. The internal value of this property for a Value List property is "StringList", not "Value List."

Definitions aggregate, index, property mode, Single Value, Value Group
Related topics How to reference parts of aggregate properties
Property form — Completing the General tab — Value modes

Up Definitions