Class LPControl.TSLDisplayPen
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| (10 intermediate revisions by one user not shown) | |||
| Line 5: | Line 5: | ||
</span></b>  | </span></b>  | ||
| − | '''Package:''' [[Package   | + | '''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]]  | 
'''Unit:''' [[Unit LPControl|LPControl]]  | '''Unit:''' [[Unit LPControl|LPControl]]  | ||
| Line 26: | Line 26: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' DisplayPen : [[Class TPen|Vcl.VclPen]]  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
| − | + | Defines platform (VCL or FireMonkey) specific pen.    | |
== Description ==  | == Description ==  | ||
| − | Defines   | + | Defines a class for platform (VCL or FireMonkey) specific pen  | 
| − | + | inheriting from the corresponding VCL or FireMonkey  | |
| − | + | hierarchy.  | |
== Properties ==  | == Properties ==  | ||
| Line 40: | Line 40: | ||
=== Published ===  | === Published ===  | ||
*[[Property LPControl.TSLDisplayPen.Color|Color]]  | *[[Property LPControl.TSLDisplayPen.Color|Color]]  | ||
| + | |||
| + | == Methods ==  | ||
| + | |||
| + | === Public ===  | ||
| + | *[[Method procedure LPControl.TSLDisplayPen.SetColorDefault(TLPControlColor)|procedure SetColorDefault(AValue : TLPControlColor)]]  | ||
[[Category:Classes]]  | [[Category:Classes]]  | ||
Latest revision as of 00:29, 26 June 2013
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.