FormattedText
This property is set during field validation if a output format has been defined for the field.
The value can be accessed in later events such as the FormatForExport field event.
For example, to apply the formatting to the exported field value, the
pField.Text
can be overwritten with the FormattedText
value.