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

EInvalidPointer

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

Invalid pointer operation

Declaration

Source position: sysutilh.inc line 124

type EInvalidPointer = class(EHeapMemoryError) end;

Inheritance

EInvalidPointer

  

Invalid pointer operation

|

EHeapMemoryError

  

Heap memory error

|

Exception

  

Base class of all exceptions.

|

TObject

  

Base class of all classes.

Description

EInvalidPointer is raised when an invalid heap pointer is used.

See also

EHeapException

  

Heap exception

EHeapMemoryError

  

Heap memory error

EOutOfMemory

  

Out of memory error.

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