Skip to main content

EcxUnsupportedImageListStreamFormat Class

The exception class for image list stream format errors.

Declaration

EcxUnsupportedImageListStreamFormat = class(
    EdxException
)

Remarks

The image list’s LoadFromStream procedure raises this exception if the specified stream has an incorrect signature or an unsupported version. The exception’s message box displays the following message: “Unsupported stream format”.

Inheritance

TObject
Exception
EdxException
EcxUnsupportedImageListStreamFormat
See Also