FireDAC.Comp.DataSet.TFDIndex.CaseInsFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CaseInsFields: String read FCaseInsFields write SetCaseInsFields;

C++

__property System::UnicodeString CaseInsFields = {read=FCaseInsFields, write=SetCaseInsFields};

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 case-insensitive.

These fields must be included into the Fields property value, too. If Expression is specified, then CaseInsFields has no effect. Alternatively, case-insensitive fields can be specified in the Fields property.

See Also