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

Compare with Current View Page History

« Previous Version 2 Next »

Some controls support special data types. Since these types are stored in an internal format, formatting the output is commonly needed. 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 data types, the formatting options are documented here.

Here are the supported 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