ImageEn, unit imageenio

TImageEnIO.AttachedImageEn

TImageEnIO.AttachedImageEn

Declaration

property AttachedImageEn: TIEView;

Description

Use this property to attach a TImageEnIO to a TImageEnView or other inherited component.

This property is mutually exclusive with AttachedTImage and AttachedBitmap.

Note:
TIEView is the base class of TImageEnView and TImageEnMView
You cannot attach a TImageEnMView to a TImageEnIO. Use a TImageEnMIO instead

Example

ImageEnIO1.AttachedImageEn := ImageEnView1;