FireDAC.Comp.BatchMove.TFDBatchMoveFindDestRecordEvent

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TFDBatchMoveFindDestRecordEvent = procedure (ASender: TObject; var AFound: Boolean) of object;

C++

typedef void __fastcall (__closure *TFDBatchMoveFindDestRecordEvent)(System::TObject* ASender, bool &AFound);

Description

The type of event, allowing to customize the logic for locating or matching records in the destination.


See Also