System.TypInfo.EPropertyConvertError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectEPropertyConvertError

Delphi

EPropertyConvertError = class(Exception);

C++

class PASCALIMPLEMENTATION EPropertyConvertError : public System::Sysutils::Exception

Properties

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

Description

EPropertyConvertError is the exception class for type errors when attempting to get or set the value of a property.

EPropertyConvertError is raised when an application tries to set a property to a value of the wrong type or to read a property that has invalid type information.

See Also