Class SLScope.TSLScopeSelection
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(6 intermediate revisions by one user not shown) | |||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit SLScope|SLScope]] | '''Unit:''' [[Unit SLScope|SLScope]] | ||
− | '''Inherits:''' [[Class LPComponent. | + | '''Inherits:''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TSLScopeSelection = '''class'''( [[Class LPComponent. | + | '''type''' TSLScopeSelection = '''class'''( [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TSLScopeSelection : '''public''' [[Class LPComponent. | + | '''class''' TSLScopeSelection : '''public''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTSLScopeSelection : '''public''' [[Class LPComponent. | + | '''class''' CTSLScopeSelection : '''public''' [[Class LPComponent.TLPPersistentNotify|CTLPPersistentNotify]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' ScopeSelection : [[Class Vcl.VclProperty|Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 45: | Line 45: | ||
*[[Property SLScope.TSLScopeSelection.Visible|Visible]] - Specifies if the selection is visible. | *[[Property SLScope.TSLScopeSelection.Visible|Visible]] - Specifies if the selection is visible. | ||
*[[Property SLScope.TSLScopeSelection.Brush|Brush]] - Specifies the Brush to be used for the painting of the selection. | *[[Property SLScope.TSLScopeSelection.Brush|Brush]] - Specifies the Brush to be used for the painting of the selection. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:30, 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: SignalLabScopePkg
Unit: SLScope
Inherits: TLPPersistentNotify
Contents |
Syntax
Delphi:
type TSLScopeSelection = class( TLPPersistentNotify )
C++ Builder:
class TSLScopeSelection : public TLPPersistentNotify
Visual C++ (MFC):
class CTSLScopeSelection : public CTLPPersistentNotify
C# (.NET):
public ref class ScopeSelection : Vcl.VclProperty
Summary
Selection area between 2 cursors settings.
Description
Defines a selection area between 2 cursors class.
Example: