RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EPropertyConvertError Class

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

Pascal
EPropertyConvertError = class(Exception);
C++
class EPropertyConvertError : public Exception;

TypInfo

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!