Bde.DBTables.TBDEDataSet.InternalHandleException

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBDEDataSet

Delphi

procedure InternalHandleException; override;

C++

virtual void __fastcall InternalHandleException();

Description

Responds to exceptions related to TDataSet objects.

Bde.DBTables.TBDEDataSet.InternalHandleException inherits from Data.DB.TDataSet.InternalHandleException. All content below this line refers to Data.DB.TDataSet.InternalHandleException.

Responds to exceptions related to TDataSet objects.

InternalHandleException is used internally to deal with the exceptions that occur in TDataSet and descendant objects. If the method cannot do so, an error message to the user is displayed. For example, the method is used by Loaded to handle the exceptions that may appear when a TDataSet object is loaded.

This method is abstract, so every TDataSet descendant should implement it in its specific way.

See Also