RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EOutOfResources Class

EOutOfResources is the exception class for unsuccessful attempts to allocate handles.

Pascal
EOutOfResources = class(EOutOfMemory);
C++
class EOutOfResources : public EOutOfMemory;

EOutOfResources is raised when an application attempts to create a Windows or widget handle and there are no more handles to allocate. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!