EcxUnsupportedImageListStreamFormat Class
In This Article
The exception class for image list stream format errors.
#Declaration
Delphi
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