TeeDrawLineClass variable
Var TeeDrawLineClass;
Unit
TeeTools
Description
This global variable can be used to determine the default DrawLine class that will be used to create new Lines on a TDrawLineTool when the end-user is drawing.
By default, this variable points to TDrawLine class.
Example:
TeeDrawLineClass := TMyDrawLine;
(draw new lines using a TDrawLineTool, the new line objects will be created using TMyDrawLine class instead of default TDrawLine class)