RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDisplayDim.FieldName Property

Names the field in the underlying data set that the dimension represents.

Pascal
property FieldName: string;
C++
__property AnsiString FieldName;

Read FieldName to determine the name of the field on which the dimension item is based. FieldName is the same as the FieldName property of the TField object for the field in the dataset.

Note: Do not change the FieldName property. Changing the FieldName property loses the link to the underlying field in the data set.
 

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