ImageEn, unit imageenio

TImageEnIO.AttachedTImage

TImageEnIO.AttachedTImage

Declaration

property AttachedTImage: TImage;

Description

Use this property to attach a TImageEnIO to a TImage (to widen its format support and functionality).

This property is mutually exclusive with AttachedImageEn and AttachedBitmap.

Example

ImageEnIO1.AttachedTImage := Image1;