FireDAC.DatS.TFDDatSMechSort.SortingOn

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function SortingOn(const AColumnNames: String; ARequiredOptions,
AProhibitedOptions: TFDSortOptions): Boolean; overload;
function SortingOn(AKeyColumnList: TFDDatSColumnSublist; AKeyColumnCount: Integer;
ARequiredOptions, AProhibitedOptions: TFDSortOptions): Boolean; overload;

C++

bool __fastcall SortingOn(const System::UnicodeString AColumnNames, Firedac::Stan::Intf::TFDSortOptions ARequiredOptions, Firedac::Stan::Intf::TFDSortOptions AProhibitedOptions)/* overload */;
bool __fastcall SortingOn(TFDDatSColumnSublist* AKeyColumnList, int AKeyColumnCount, Firedac::Stan::Intf::TFDSortOptions ARequiredOptions, Firedac::Stan::Intf::TFDSortOptions AProhibitedOptions)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS TFDDatSMechSort

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.