Class SLMultiInput.TSLMultiInput
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 5: | Line 5: | ||
</span></b> | </span></b> | ||
− | '''Package:''' [[Package | + | '''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]] |
'''Unit:''' [[Unit SLMultiInput|SLMultiInput]] | '''Unit:''' [[Unit SLMultiInput|SLMultiInput]] | ||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' MultiInput : [[Class LPComponent.TLPComponent|Mitov.SignalLab.Component]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 39: | Line 39: | ||
=== Published === | === Published === | ||
− | *[[Property SLMultiInput.TSLMultiInput. | + | *[[Property SLMultiInput.TSLMultiInput.OutputBuffer|OutputBuffer]] - Specifies the size of the output buffer. |
[[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: SLMultiInput
Inherits: TLPComponent
Contents |
Syntax
Delphi:
type TSLMultiInput = class( TLPComponent )
C++ Builder:
class TSLMultiInput : public TLPComponent
Visual C++ (MFC):
class CTSLMultiInput : public CTLPComponent
C# (.NET):
public ref class MultiInput : Mitov.SignalLab.Component
Summary
Base abstract class for multiple input components.
Description
This is a base class for multiple input components. Do not make instances of this class. Instead create instance of an inherited class.
Properties
Published
- OutputBuffer - Specifies the size of the output buffer.