Class LPControl.TSLDisplayPen
From Mitov Wiki Doc
				
				
				
				
																
				
				
								
				This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: Mitov.BasicLab
Unit: LPControl
Inherits: TPen
| Contents | 
Syntax
Delphi:
type TSLDisplayPen = class( TPen )
C++ Builder:
class TSLDisplayPen : public TPen
Visual C++ (MFC):
class CTSLDisplayPen : public CLPComponent
C# (.NET):
public ref class DisplayPen : Vcl.VclPen
Summary
Defines platform (VCL or FireMonkey) specific pen.
Description
Defines a class for platform (VCL or FireMonkey) specific pen inheriting from the corresponding VCL or FireMonkey hierarchy.
