FireDAC.Stan.Intf.TFDSortOption

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDSortOption = (soNoCase, soNullFirst, soDescNullLast, soDescending,
soUnique, soPrimary, soNoSymbols, soDigitsAsNumbers);

C++

enum DECLSPEC_DENUM TFDSortOption : unsigned int { soNoCase, soNullFirst, soDescNullLast, soDescending, soUnique, soPrimary, soNoSymbols, soDigitsAsNumbers };

Properties

Type Visibility Source Unit Parent
enum public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Embarcadero Technologies does not currently have any additional information.