RAD Studio VCL Reference
|
Provides access to either a list of field names or an index expression.
property FieldExpression: string;
__property AnsiString FieldExpression;
FieldExpression provides access to the private data member on TIndexDef which contains either a list of field names or an index expression. This data member is used to return the value for the Fields property or the Expression property depending on whether ixExpression is in Options.
This property is only used in the Windows product, where there are components that can represent dBASE tables. This property is used by TBDEDataSet but normally d Developers should use the Fields or Expression properties instead.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|