ImageEn, unit imageenproc

TImageEnProc.AttachedImageEn

TImageEnProc.AttachedImageEn


Declaration

property AttachedImageEn: TIEView;


Description

Attach TImageEnProc to a TImageEnView or TImageEnVect control.

Note:
 This property is mutually exclusive with AttachedTImage and AttachedBitmap.
 Use of this property is not normally required as TImageEnView and descendents already offer a Proc property


Example

ImageEnView1.Proc.AttachedImageEn := ImageEnView1;