You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Some controls support formatted data. Formatted data is a property value of a specific type that can be formatted upon display. For example, a date is stored internal to the control to ensure accurate representation and the ability to be sorted correctly, but it needs to be told how to format itself for display. Since more than one control and property employs formatted, the formatting options are documented here. Here are the support data types. Click on the link to see the formatting options available.

TypeDescription
TextPlain text that can be formatted with additional adorning text.
NumberA integer or floating point number.
DateA calendar date.
TimeA time of day.
DateTimeA specific date and time.
BoolA true or false boolean value.
  • No labels