Back to Devexpress

EcxPropertyError Class

vcl-cxoi-c94e3c8d.md

latest711 B
Original Source

EcxPropertyError Class

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

EcxPropertyError Members

cxOI Unit