FireDAC.Comp.DataSet.TFDIndex.DescFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DescFields: String read FDescFields write SetDescFields;

C++

__property System::UnicodeString DescFields = {read=FDescFields, write=SetDescFields};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDIndex

Description

Specifies fields for which sorting must be done in descending order.

The DescFields property specifies fields for which sorting must be done in descending order. These fields must be included into the Fields property value. If Expression is specified, then DescFields has no effect. Alternatively, the descending fields can be specified in the Fields property.

See Also