[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sysutils' (#rtl)

EAccessViolation

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Access Violation error

Declaration

Source position: sysutilh.inc line 132

type EAccessViolation = class(EExternal) end;

Inheritance

EAccessViolation

  

Access Violation error

|

EExternal

  

External Exception.

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

EAccessViolation is raised when the OS reports an Access Violation, i.e. when invalid memory is accessed.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.