TDrawLineSelecting

TDrawLineSelecting

type TDrawLineSelecting = procedure(Sender: TDrawLineTool; Line: TDrawLine; Var AllowSelect: Boolean) of object;

Unit
TeeTools

Description
Used by DrawLine tool OnSelecting event.
This event is called just when clicking an existing line.
You can set AllowSelect to False to disable selecting the Line.