Applies to
TImageEnView component
Declaration
property IsEmpty:boolean;
Description
IsEmpty returns true if the image is empty.
ImageEnIO
Declaration
type TIOFileType=integer;
types for TIOFileType:
ioUnknown = 0;
ioTIFF = 1;
ioGIF = 2;
ioJPEG = 3;
ioPCX = 4;
ioBMP = 5;
ioICO = 6;
ioCUR = 7;
ioPNG = 8;
ioWMF = 9;
ioEMF = 10;
ioTGA = 11;
ioPXM = 12;
ioJP2 = 13;
ioJ2K = 14;
ioUSER = 10000;