Contents  All Classes  Index A-Z  All Units


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)




Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.