RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EPropertyError Class

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

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

TypInfo

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. 

 

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