Class LPControl.TSLDisplayBrush
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(4 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''' DisplayBrush : [[Class TBrush|Vcl.VclBrush]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
− | + | Defines platform (VCL or FireMonkey) specific brush. | |
== Description == | == Description == | ||
− | Defines | + | Defines a class for platform (VCL or FireMonkey) specific |
− | + | brush inheriting from the corresponding VCL or FireMonkey | |
− | + | hierarchy. | |
== Properties == | == Properties == | ||
=== Published === | === Published === | ||
− | *[[Property LPControl.TSLDisplayBrush.Color|Color]] | + | *[[Property LPControl.TSLDisplayBrush.Color|Color]] |
− | *[[Property LPControl.TSLDisplayBrush.Style|Style]] | + | *[[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.