Vcl.ScreenTips.EAllocatedActionsException

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEAllocatedActionsException

Delphi

EAllocatedActionsException = class(Exception);

C++

class PASCALIMPLEMENTATION EAllocatedActionsException : public System::Sysutils::Exception

Properties

Type Visibility Source Unit Parent
class public
Vcl.ScreenTips.pas
Vcl.ScreenTips.hpp
Vcl.ScreenTips Vcl.ScreenTips

Description

TAllocatedActions exception.

EAllocatedActionsException is an exception that should be used when a TAllocatedActions crash is encountered.

See Also