TDrawLineTool.Selected

TDrawLineTool.Selected
TDrawLineTool

property Selected: TDrawLine;

Unit
TeeTools

Description

The Selected property returns the line or lines that are currently selected.
Selected lines are displayed with additional small squares indicating the selection.

It returns "nil" if no lines are selected.

Setting Selected to "nil" removes (clears) the current selection.

ChartTool1.Selected := nil ;