FireDAC.Comp.BatchMove.TFDBatchMove.OnError

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: TFDBatchMove

Delphi

property OnError: TFDBatchMoveErrorEvent read FOnError write FOnError;

C++

__property TFDBatchMoveErrorEvent OnError = {read=FOnError, write=FOnError};

Description

Use the OnError event to receive notifications on exceptions, and for handling errors.

The event handler receives the following arguments:

  • AException: An exception object.
  • AAction: An action to perform after exiting the event handler.

See Also