[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base exception type for an error in a graphic operation.
Source position: graphics.pp line 940
type EGraphicException = class(Exception) |
|
Base exception type for an error in a graphic operation. |
|
| | ||
Exception |
||
? | ||
TObject |
EGraphicException is an Exception descendant which implements the base class for exceptions raised during graphic operations. It provides a means to handle any of the descendent exceptions, like EInvalidGraphic or EInvalidGraphicOperation.