FireDAC.Comp.BatchMove.TFDBatchMove Events
InheritedProtected
OnError | published | Use the OnError event to receive notifications on exceptions, and for handling errors. |
OnFindDestRecord | published | The OnFindDestRecord fires when batch move need to find a matching record on the writer. |
OnGetDeltaStreams | protected | Allows a component to generate and provide a list of delta streams representing changes to the component's state. |
OnProgress | published | Use the OnProgress event handler to provide a feedback to the end user during the data movement. |
OnWriteRecord | published | Event triggered before a target record updates. |
OnWriteValue | published | Event triggered before a source value moves to the target data source. |