EOutOfResources is the exception class for unsuccessful attempts to allocate handles.
EOutOfResources = class(EOutOfMemory);
class EOutOfResources : public EOutOfMemory;
Classes
EOutOfResources is raised when an application attempts to create a Windows or widget handle and there are no more handles to allocate.
GetDeviceContext
CreateHandle
InsertObject
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|