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