Class LPControl.TSLDisplayBrush

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
(Automated Syncronization with Documentation)
 
(One intermediate revision by one user not shown)
Line 5: Line 5:
 
</span></b>
 
</span></b>
  
'''Package:''' [[Package SignalLabBasicPkg|SignalLabBasicPkg]]
+
'''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''' TSLDisplayBrush : [[Class TBrush|Vcl.VclBrush]]
+
'''public ref class''' DisplayBrush : [[Class TBrush|Vcl.VclBrush]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Display Brush property type.  
+
Defines platform (VCL or FireMonkey) specific brush.  
  
 
== Description ==
 
== Description ==
Defines Display Brush property type.
+
Defines a class for platform (VCL or FireMonkey) specific
 
+
brush inheriting from the corresponding VCL or FireMonkey
Sets the default settings for the brush color and style.
+
hierarchy.
  
 
== Properties ==
 
== Properties ==
  
 
=== Published ===
 
=== Published ===
*[[Property LPControl.TSLDisplayBrush.Color|Color]] - Specifies the Color of the brush.
+
*[[Property LPControl.TSLDisplayBrush.Color|Color]]
*[[Property LPControl.TSLDisplayBrush.Style|Style]] - Specifies the Style of the brush.  
+
*[[Property LPControl.TSLDisplayBrush.Style|Style]]
 +
 
 +
== Methods ==
 +
 
 +
=== Public ===
 +
*[[Method procedure LPControl.TSLDisplayBrush.SetColorDefault(TLPControlColor)|procedure SetColorDefault(AValue : TLPControlColor)]]
 +
*[[Method procedure LPControl.TSLDisplayBrush.SetStyleDefault(TBrushStyle)|procedure SetStyleDefault(AValue : TBrushStyle)]]
  
 
[[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: TBrush

Contents

Syntax

Delphi:

type TSLDisplayBrush = class( TBrush )

C++ Builder:

class TSLDisplayBrush : public TBrush

Visual C++ (MFC):

class CTSLDisplayBrush : public CLPComponent

C# (.NET):

public ref class DisplayBrush : Vcl.VclBrush

Summary

Defines platform (VCL or FireMonkey) specific brush.

Description

Defines a class for platform (VCL or FireMonkey) specific brush inheriting from the corresponding VCL or FireMonkey hierarchy.

Properties

Published

Methods

Public

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox