RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
pngimage.ZLIBErrors Constant
Pascal
ZLIBErrors: Array[-6..2] of string = ('incompatible version (-6)', 'buffer error (-5)', 'insufficient memory (-4)', 'data error (-3)', 'stream error (-2)', 'file error (-1)', '(0)', 'stream end (1)', 'need dictionary (2)');
C++
Array[-6..2] of string ZLIBErrors = ('incompatible version (-6)', 'buffer error (-5)', 'insufficient memory (-4)', 'data error (-3)', 'stream error (-2)', 'file error (-1)', '(0)', 'stream end (1)', 'need dictionary (2)');

This is constant pngimage.ZLIBErrors.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!