RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDimensionItem.BaseName Property

Specifies the field name of the database field that is represented by or summarized in the dimension item.

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

Use BaseName to identify the field whose values underlie the dimension item. If the dimension item represents a dimension then BaseName is the name of the field that corresponds to the dimension. Otherwise, BaseName is the field name of the field whose values are summarized by the dimension item.

Note: Basename is a fully qualified SQL selector. Table and field names must be correctly punctuated, including quotations.
 

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