Class SLSimpleDataBuffer.TSLRealBufferList
From Mitov Wiki Doc
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.