FireDAC.Comp.BatchMove.TFDBatchMove.OnError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnError: TFDBatchMoveErrorEvent read FOnError write FOnError;

C++

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

Properties

Type Visibility Source Unit Parent
event published
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMove

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