RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDimensionItem.Format Property

Indicates how field values are formatted on dimensions that represent numeric or temporal data.

Pascal
property Format: String;
C++
__property AnsiString Format;

Set Format on dimension items that represent numeric or temporal fields. The format specifiers that make up the Format string depend on the field type. 

See the FormatFloat runtime library function for a description of the format specifiers for a numeric field. See the FormatDateTime runtime library function for a description of the format specifiers for a temporal field. 

Decision controls that display value names read the value of Format, but can override it when formatting field values. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!