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.
Example
ImageEnIO1.AttachedImageEn := ImageEnView1;