EcxPropertyError Class
In This Article
A runtime exception for invalid argument of the property editor setter method.
#Declaration
Delphi
EcxPropertyError = class(
EdxException
)
#Remarks
The EcxPropertyError defines the type of exception that is thrown to indicate that the property editor setter method has been passed an illegal or inappropriate argument.
#Inheritance
TObject
Exception
EdxException
EcxPropertyError
See Also