FireDAC.Comp.DataSet.TFDIndex.DescFields

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDIndex

Delphi

property DescFields: String read FDescFields write SetDescFields;

C++

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

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