FireDAC.DatS.TFDCompareRowsProc

From RAD Studio API Documentation

[–] Properties
Type:
type
typedef
Visibility: public
Source:
FireDAC.DatS.pas
FireDAC.DatS.hpp
Unit: FireDAC.DatS
Parent: FireDAC.DatS

Delphi

TFDCompareRowsProc = function (ARow1, ARow2: TFDDatSRow;
AColumnCount: Integer; AOptions: TFDCompareDataOptions): Integer of object;

C++

typedef int __fastcall (__closure *TFDCompareRowsProc)(TFDDatSRow* ARow1, TFDDatSRow* ARow2, int AColumnCount, Firedac::Stan::Intf::TFDCompareDataOptions AOptions);

Description

Embarcadero Technologies does not currently have any additional information.