RAD Studio VCL Reference
|
Contains a dBASE key expression.
property Expression: string;
__property AnsiString Expression;
Read Expression to learn the key expression of a dBASE expression index. This property is only used on the Windows product, where there are components that can represent dBASE tables.
A key expression for a dBASE table is a field name, or a combination of field names, functions, and operators that specifies how the index orders records in the table. If the table is not a dBASE table or the index is not an expression index, Expression is an empty string and the Fields property contains the field(s) for the index. When the index is a dBASE expression index, Expression contains a value and the Fields property contains an empty string.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|