Method procedure SLSimpleDataBuffer.ISLRealBufferDynamicArray.Append(ISLRealBuffer)
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.
Class: ISLRealBufferDynamicArray
Contents |
Syntax
Delphi:
procedure Append( AValue : ISLRealBuffer );
C++ Builder:
void __fastcall Append( ISLRealBuffer AValue );
Visual C++ (MFC):
' Append( AValue );
Summary
Adds buffer to the buffer list.
Description
Call this method to add a buffer to the buffer list.