FireDAC.DatS.TFDDatSRow.CompareData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CompareData(AColumn: Integer; ABuff1: Pointer; ADataLen1: Integer;
ABuff2: Pointer; ADataLen2: Integer; AOptions: TFDCompareDataOptions):

C++

int __fastcall CompareData(int AColumn, void * ABuff1, int ADataLen1, void * ABuff2, int ADataLen2, Firedac::Stan::Intf::TFDCompareDataOptions AOptions);

Properties

Type Visibility Source Unit Parent
function public
FireDAC.DatS.pas
FireDAC.DatS.hpp
FireDAC.DatS TFDDatSRow

Description

Embarcadero Technologies does not currently have any additional information.