FireDAC.Phys.SQLite.TFDSQLiteCollation.Flags
From RAD Studio API Documentation
Delphi
property Flags: TFDSQLiteCollationFlags read FFlags write SetFlags default [];
C++
__property TFDSQLiteCollationFlags Flags = {read=FFlags, write=SetFlags, default=0};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FireDAC.Phys.SQLite.pas FireDAC.Phys.SQLite.hpp |
FireDAC.Phys.SQLite | TFDSQLiteCollation |
Description
The collation flags for the scCompareString collation kind.
Use the Flags property to specify the flags for the scCompareString value of the CollationKind. The meaning and usability of each flag depends on the platform:
- Win32 / Win64 - it can be derived from the CompareString MSDN documentation and from the
dwCmpFlagsparameter description. - OS X / iOS - only sfLingIngoreCase, sfLingIgnoreDiacritic, sfIgnoreCase, sfIgnoreWidth, and sfDigitAsNumbers have effect.
- Android - only sfLingIngoreCase and sfIgnoreCase have effect.