ImageEn, unit imageenview

TImageEnView.Selected

TImageEnView.Selected


Declaration

property Selected: boolean;


Description

Returns True if any portion of the image is selected. Selected is True after you have called the Select method. Selected is False after you have called Deselect method.
If Selected is True, the properties SelX1, SelY1, SelX2, SelY2 are valid.

Read-only