System.Classes.EOutOfResources

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.EOutOfMemorySystem.SysUtils.EHeapExceptionSystem.SysUtils.ExceptionSystem.TObjectEOutOfResources

Delphi

EOutOfResources = class(EOutOfMemory);

C++

class PASCALIMPLEMENTATION EOutOfResources : public System::Sysutils::EOutOfMemory

Properties

Type Visibility Source Unit Parent
class public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

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

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

See Also