TdxMemIndex.FieldName Property
Determines the field name to be indexed.
Declaration
property FieldName: string read; write;
Property Value
Type |
---|
string |
Remarks
Use the FieldName property to specify the index for ExpressMemData. If this property contains a valid field name, then that index determines the sort order of records.
Note
Only one field name can be specified in each index.
See Also