System.TypInfo.EPropertyConvertError

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.ExceptionSystem.TObjectEPropertyConvertError

Delphi

EPropertyConvertError = class(Exception);

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.TypInfo.pas
System.TypInfo.hpp
System.TypInfo System.TypInfo

Description

EPropertyConvertError est la classe d'exception pour les types d'erreurs se produisant au moment de consulter ou de définir la valeur d'une propriété.

EPropertyConvertError est déclenchée quand une application tente d'affecter à une propriété une valeur d'un type incorrect ou de lire une propriété ayant un type d'information incorrect.

Voir aussi