Class SLScope.TSLDisplayViewSize
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
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''' TSLDisplayViewSize = '''class'''( [[Class LPComponent. | + | '''type''' TSLDisplayViewSize = '''class'''( [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TSLDisplayViewSize : '''public''' [[Class LPComponent. | + | '''class''' TSLDisplayViewSize : '''public''' [[Class LPComponent.TLPPersistentNotify|TLPPersistentNotify]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTSLDisplayViewSize : '''public''' [[Class LPComponent. | + | '''class''' CTSLDisplayViewSize : '''public''' [[Class LPComponent.TLPPersistentNotify|CTLPPersistentNotify]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
Line 42: | Line 42: | ||
*[[Property SLScope.TSLDisplayViewSize.AutoSize|AutoSize]] - Specifies the way the size of the view will be calculated. | *[[Property SLScope.TSLDisplayViewSize.AutoSize|AutoSize]] - Specifies the way the size of the view will be calculated. | ||
*[[Property SLScope.TSLDisplayViewSize.Size|Size]] - Custom view size. | *[[Property SLScope.TSLDisplayViewSize.Size|Size]] - Custom view size. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:29, 10 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 TSLDisplayViewSize = class( TLPPersistentNotify )
C++ Builder:
class TSLDisplayViewSize : public TLPPersistentNotify
Visual C++ (MFC):
class CTSLDisplayViewSize : public CTLPPersistentNotify
C# (.NET):
public ref class TSLDisplayViewSize : Vcl.VclProperty
Summary
Display view size parameters class.
Description
Defines class to be used for specifying how a display view size will be calculated. By setting the properties here he user can set a custom size for the view, or can allow the component to calculate the size.