Icon TDataSetErrorEvent

Unit: WebData

TDataSetErrorEvent = procedure (Sender: TObject; const ErrorMsg:
      String) of object

Available In: Client and Server Applications

The TDataSetErrorEvent type is used by the TDataSet OnLoadError event.

The Sender parameter is the TDataSet instance that triggered the event and the ErrorMsg parameter is the complete error message.
Image