TeeCreatePenSmallDots function
function TeeCreatePenSmallDots(Const AColor: TColor; Const Space: Integer): HPen;
Unit
TeCanvas
Description
Returns a Windows Handle of a GDI Pen object, created using the AColor parameter and setting the pen style to thin, small dots.
This is different than setting a normal Pen object Style property to "psDot".
Small dots are only supported in Windows NT, 2000 and XP.
In Windows 95,98 and Me, returns the Handle of a newly created Windows Pen object with style "psDot".