Icon TEWBDataSetErrorEvent

Unit: ewbdataset

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

The TEWBDataSetErrorEvent type is used by the TEWBDataSet OnLoadError event.

The Sender parameter is the TEWBDataSet instance that triggered the event and the ErrorMsg parameter is the specific network error message.
Image