| [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 192
| type EAbstractError = class(Exception) ; | 
| 
 | Abstract error. | |
| | | ||
| 
 | Base class of all exceptions. | |
| | | ||
| 
 | Base class of all classes. | 
EAbstractError is raised when an abstract error occurs, i.e. when an unimplemented abstract method is called.