Class SLScope.TSLDisplayOptionalValue
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 39: | Line 39: | ||
*[[Property SLScope.TSLDisplayOptionalValue.Value|Value]] - Specifies the value. | *[[Property SLScope.TSLDisplayOptionalValue.Value|Value]] - Specifies the value. | ||
*[[Property SLScope.TSLDisplayOptionalValue.Enabled|Enabled]] - Enables/Disables the optional value. | *[[Property SLScope.TSLDisplayOptionalValue.Enabled|Enabled]] - Enables/Disables the optional value. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method procedure SLScope.TSLDisplayOptionalValue.SetValueDefault(Real)|procedure SetValueDefault(AValue : Real)]] | ||
+ | *[[Method procedure SLScope.TSLDisplayOptionalValue.SetEnabledDefault(Boolean)|procedure SetEnabledDefault(AValue : Boolean)]] | ||
== From [[Class LPComponent.TLPPersistent|TLPPersistent]] == | == From [[Class LPComponent.TLPPersistent|TLPPersistent]] == | ||
Line 45: | Line 51: | ||
=== Public === | === Public === | ||
+ | *[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]] | ||
+ | *[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | ||
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | *[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | ||
[[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: TSLDisplayPersistent
Contents |
Syntax
Delphi:
type TSLDisplayOptionalValue = class( TSLDisplayPersistent )
C++ Builder:
class TSLDisplayOptionalValue : public TSLDisplayPersistent
Visual C++ (MFC):
class CTSLDisplayOptionalValue : public CTSLDisplayPersistent
C# (.NET):
public ref class TSLDisplayOptionalValue : Mitov.PlotLab.DisplayPersistent
Summary
Display optional value settings class.
Description
Defines display optional value settings class.