FireDAC.Comp.BatchMove.TFDBatchMoveFindDestRecordEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

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


See Also