EInvalidPointer is the exception class for invalid pointer operations.
EInvalidPointer = class(EHeapException);
class EInvalidPointer : public EHeapException;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|