ImageEn, unit imageenproc |
|
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
ImageEnView1.Proc.AttachedImageEn := ImageEnView1;