Excalibur Software PropertyList 3.0

DataFormat

Property DataFormat As String

Description
The item will automatically run this Format$ string against its value when the Value property is set. This has the same effect as running the following code:

prp.Properties.Item(1).Value = Format$(sNewValue, "format")

Remarks
If you add a property of type ExPropDatePicker to the Properties collection, the DataFormat of the item will automatically be "mm/dd/yyyy" (without quotes). Otherwise, this value defaults to an empty string "".
The DataFormat will not be used when setting the value of an ExPropOleColor or ExPropBoolValue item.