FireDAC.Phys.SQLite.TFDSQLiteCollation.LocaleName
Delphi
property LocaleName: String read FLocaleName write SetLocaleName;
C++
__property System::UnicodeString LocaleName = {read=FLocaleName, write=SetLocaleName};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | published | FireDAC.Phys.SQLite.pas FireDAC.Phys.SQLite.hpp |
FireDAC.Phys.SQLite | TFDSQLiteCollation |
Description
The locale name for the scCompareString collation kind.
Use the LocaleName property to specify the locale name for the scCompareString value of the CollationKind. The meaning of this property can be derived from the CompareString MSDN documentation, from the Locale parameter description.