ImageEn, unit imageenproc

TImageEnProc.AttachedTImage

TImageEnProc.AttachedTImage


Declaration

property AttachedTImage: TImage;


Description

Use this property to attach TImageEnProc to a TImage (or any other inherited object).

Note: This property is mutually exclusive with AttachedImageEn and AttachedBitmap.


Example

ImageEnView1.Proc.AttachedTImage := Image1;