Class SLDetectLevels.TSLLevelValue
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
|||
Line 9: | Line 9: | ||
'''Unit:''' [[Unit SLDetectLevels|SLDetectLevels]] | '''Unit:''' [[Unit SLDetectLevels|SLDetectLevels]] | ||
− | '''Inherits:''' [[Class LPComponent. | + | '''Inherits:''' [[Class LPComponent.TLPTypedCollectionItem|TLPTypedCollectionItem]] |
== Syntax == | == Syntax == | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TSLLevelValue = '''class'''( [[Class LPComponent. | + | '''type''' TSLLevelValue = '''class'''( [[Class LPComponent.TLPTypedCollectionItem|TLPTypedCollectionItem, TSLLevelValues]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
<code> | <code> | ||
− | '''class''' TSLLevelValue : '''public''' [[Class LPComponent. | + | '''class''' TSLLevelValue : '''public''' [[Class LPComponent.TLPTypedCollectionItem|TLPTypedCollectionItem]] |
</code> | </code> | ||
=== Visual C++ (MFC): === | === Visual C++ (MFC): === | ||
<code> | <code> | ||
− | '''class''' CTSLLevelValue : '''public''' [[Class LPComponent. | + | '''class''' CTSLLevelValue : '''public''' [[Class LPComponent.TLPTypedCollectionItem|CTLPTypedCollectionItem]] |
</code> | </code> | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' TSLLevelValue : [[Class LPComponent. | + | '''public ref class''' TSLLevelValue : [[Class LPComponent.TLPTypedCollectionItem|Vcl.VclCollectionItem]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 43: | Line 43: | ||
== Pins == | == Pins == | ||
*[[Pin SLDetectLevels.TSLLevelValue.OutputPin|OutputPin]] - The boolean output pin for the detected level. | *[[Pin SLDetectLevels.TSLLevelValue.OutputPin|OutputPin]] - The boolean output pin for the detected level. | ||
+ | |||
+ | == Events == | ||
+ | *[[Event SLDetectLevels.TSLLevelValue.OnChange|OnChange]] - On level state change event. | ||
+ | |||
+ | == From [[Class LPComponent.TLPTypedCollectionItem|TLPTypedCollectionItem]] == | ||
+ | |||
+ | == Properties == | ||
+ | |||
+ | === Public === | ||
+ | *[[Property LPComponent.TLPTypedCollectionItem.Collection|Collection]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:28, 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: SignalLabAdditionalPkg
Unit: SLDetectLevels
Inherits: TLPTypedCollectionItem
Contents |
Syntax
Delphi:
type TSLLevelValue = class( TLPTypedCollectionItem, TSLLevelValues )
C++ Builder:
class TSLLevelValue : public TLPTypedCollectionItem
Visual C++ (MFC):
class CTSLLevelValue : public CTLPTypedCollectionItem
C# (.NET):
public ref class TSLLevelValue : Vcl.VclCollectionItem
Summary
Level to be detected.
Description
Defines a level to be detected collection item.
Properties
Published
- Name - Specifies the name of the item.
- Level - Specifies the level to be detected.
- Mode - Specifies the level detection mode (bellow, above etc.).
Pins
- OutputPin - The boolean output pin for the detected level.
Events
- OnChange - On level state change event.