Excalibur Software PropertyList 3.0
ValueProperty Value As String
Description
Returns/sets the text that will be displayed in the
property's second column.
Remarks
Several types of filters can be applied to an item's
value, depending on the ItemType
of the property.
If the item is of type ExPropOleColor,
the value will be coerced to a Long hexadecimal value, in the
format "&H" & Hex(sNewValue) & "&".
If the item's type is ExPropBoolValue,
the value will be coerced to a string that is equal to
either the TextTrue or TextFalse
properties of the PropertyList object. If the new value is
equal to "true" or the TextTrue property, it will be coerced
to the TextTrue property. Otherwise, it will be coerced to
the TextFalse property. The comparison is not case-sensitive.
If the item type is any other value, the new value string
will be run through the DataFormat
property string, if the DataFormat is specified. Otherwise, the
value will be assigned directly to the item.