| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Abstract error.
Source position: sysutilh.inc line 191
type EAbstractError = class(Exception)  | 
  | 
Abstract error.  | 
|
| | | ||
  | 
Base class of all exceptions.  | 
|
| | | ||
TObject  | 
EAbstractError is raised when an abstract error occurs, i.e. when an unimplemented abstract method is called.