FireDAC.DatS.TFDCompareRowsProc

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

Type Visibility Source Unit Parent
type
typedef
public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS FireDAC.DatS

Description

Embarcadero Technologies does not currently have any additional information.