RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDimensionItem.FieldType Property

Indicates the data type of the field that the dimension item represents.

Pascal
property FieldType: TFieldType;
C++
__property TFieldType FieldType;

Read FieldType to determine the type of data that makes up the values of the dimension item. FieldType is the same as the DataType property of the corresponding TField object from the dataset of the crosstabulated data store. 

Do not set the FieldType property. The value of FieldType is set automatically to reflect the type of data provided by the dimension item. 

 

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