FireDAC.DatS.TFDFilterRowEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDFilterRowEvent = function (AMech: TFDDatSMechFilter; ARow: TFDDatSRow;
AVersion: TFDDatSRowVersion): Boolean of object;

C++

typedef bool __fastcall (__closure *TFDFilterRowEvent)(TFDDatSMechFilter* AMech, TFDDatSRow* ARow, TFDDatSRowVersion AVersion);

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.