System.Classes.EClassNotFound

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.EFilerErrorSystem.Classes.EStreamErrorSystem.SysUtils.ExceptionSystem.TObjectEClassNotFound

Delphi

EClassNotFound = class(EFilerError);

C++

class PASCALIMPLEMENTATION EClassNotFound : public EFilerError

Properties

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

Description

EClassNotFound is the exception class for the failure to find a specified component when reading from a stream.

EClassNotFound is raised if a class name that has not been linked into the current application is encountered when reading a component from a stream. This can happen when a component exists on a form, but has been removed from the type declaration.

See Also