FireDAC.DatS.TFDFilterRowEvent
[–] Properties | |
---|---|
Type: type typedef
| |
Visibility: public | |
Source: FireDAC.DatS.pas FireDAC.DatS.hpp
| |
Unit: FireDAC.DatS | |
Parent: FireDAC.DatS |
Delphi
TFDFilterRowEvent = function (AMech: TFDDatSMechFilter; ARow: TFDDatSRow;
AVersion: TFDDatSRowVersion): Boolean of object;
C++
typedef bool __fastcall (__closure *TFDFilterRowEvent)(TFDDatSMechFilter* AMech, TFDDatSRow* ARow, TFDDatSRowVersion AVersion);
Description
Embarcadero Technologies does not currently have any additional information.