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;

Classes

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

 

TWinControl 

TWinControl 

GetDeviceContext 

TApplication 

CreateHandle 

TTreeNodes 

InsertObject 

EOutOfMemory

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!