FireDAC.DatS.TFDDatSMechSort.CompareRows

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CompareRows(ARow1, ARow2: TFDDatSRow;
AColumnCount: Integer; AOptions: TFDCompareDataOptions): Integer; overload;
function CompareRows(ARow1, ARow2: TFDDatSRow;
AColumnCount: Integer): Integer; overload;

C++

int __fastcall CompareRows(TFDDatSRow* ARow1, TFDDatSRow* ARow2, int AColumnCount, Firedac::Stan::Intf::TFDCompareDataOptions AOptions)/* overload */;
int __fastcall CompareRows(TFDDatSRow* ARow1, TFDDatSRow* ARow2, int AColumnCount)/* overload */;

Properties

Type Visibility Source Unit Parent
function protected
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS TFDDatSMechSort

Description

Embarcadero Technologies does not currently have any additional information.