Class SLSimpleDataBuffer.TSLRealBufferList
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 SLSimpleDataBuffer|SLSimpleDataBuffer]] | '''Unit:''' [[Unit SLSimpleDataBuffer|SLSimpleDataBuffer]] | ||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' RealBufferList : [[Class SLSimpleDataBuffer.TSLData|Mitov.SignalLab.Vcl.VclProperty]] |
</code> | </code> | ||
== Summary == | == Summary == |
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: SLSimpleDataBuffer
Inherits: TSLData
Contents |
Syntax
Delphi:
type TSLRealBufferList = class( TSLData, ISLRealBufferArray, ISLRealBufferDynamicArray )
C++ Builder:
class TSLRealBufferList : public TSLData
Visual C++ (MFC):
class CTSLRealBufferList : public CTSLData
C# (.NET):
public ref class RealBufferList : Mitov.SignalLab.Vcl.VclProperty
Summary
Delphi Real buffer list data.
Description
This is Real(double) buffer list Data class. Note Delphi only.
Methods
Public
- function MakeCopy() : TInterfacedObject
- procedure Append(AValue : ISLRealBuffer)
- procedure Delete(AIndex : Integer) - Deletes a buffer from the buffer list by index.