Class LPControl.TSLBasicOptionalLabel
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(3 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''' BasicOptionalLabel : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
− | + | Optional Label properties class. | |
== Description == | == Description == | ||
− | Defines | + | Defines an optional Label properties class. |
− | + | ||
== Properties == | == Properties == | ||
=== Published === | === Published === | ||
− | *[[Property LPControl.TSLBasicOptionalLabel.Font|Font]] - Specifies the | + | *[[Property LPControl.TSLBasicOptionalLabel.Font|Font]] - Specifies the Font of the label. |
− | *[[Property LPControl.TSLBasicOptionalLabel.Visible|Visible]] - | + | *[[Property LPControl.TSLBasicOptionalLabel.Visible|Visible]] - Specifies the visibility of the label. |
[[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: TLPPersistentNotify
Contents |
Syntax
Delphi:
type TSLBasicOptionalLabel = class( TLPPersistentNotify )
C++ Builder:
class TSLBasicOptionalLabel : public TLPPersistentNotify
Visual C++ (MFC):
class CTSLBasicOptionalLabel : public CTLPPersistentNotify
C# (.NET):
public ref class BasicOptionalLabel : Vcl.VclProperty
Summary
Optional Label properties class.
Description
Defines an optional Label properties class.