RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDisplayDim.Format Property

Specifies the format of the value labels along the dimension.

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

Set Format to specify how the values of the dimension field should be formatted into display labels. 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. Format has no effect on other field types. 

 

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