FireDAC.Comp.BatchMove.TFDBatchMove Events

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
OnErrorpublishedUse the OnError event to receive notifications on exceptions, and for handling errors.
OnFindDestRecordpublishedThe OnFindDestRecord fires when batch move need to find a matching record on the writer.
OnGetDeltaStreamsprotected
OnProgresspublishedUse the OnProgress event handler to provide a feedback to the end user during the data movement.
OnWriteRecordpublishedEvent triggered before a target record updates.
OnWriteValuepublishedEvent triggered before a source value moves to the target data source.