EInvalidPointer is the exception class for invalid pointer operations.
EInvalidPointer = class(EHeapException);
class EInvalidPointer : public EHeapException;
SysUtils
EInvalidPointer is raised when an application attempts an invalid pointer operation. For example, it can occur if an application tries to dispose of the same pointer twice, or refers to a pointer which has already been disposed of.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|