System.TypInfo.EPropertyError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEPropertyError

Delphi

EPropertyError = class(Exception);

C++

class PASCALIMPLEMENTATION EPropertyError : public System::Sysutils::Exception

Properties

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

Description

EPropertyError is the exception class for unsuccessful attempts to set the value of a property.

EPropertyError is raised by the SetValue (or Edit) methods of property-editor objects when they cannot set a requested property value. This usually occurs because the requested value is out of range or of an invalid data type.

See Also