TImageEnVect.EnableRangeObjectsSelection
TImageEnVect.EnableRangeObjectsSelection
Declaration
property EnableRangeObjectsSelection: boolean;
Description
If True, you can select multiple objects dragging a rectangle with the mouse.
Default: True
Transition Information
If you are transitioning your code to
TImageEnView Layers, instead of EnableRangeObjectsSelection, use:
loDragSelection
ImageEnView1.LayerOptions := ImageEnView1.LayerOptions + [loDragSelection];