Interface SLSimpleDataBuffer.ISLDataBuffer

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
Line 37: Line 37:
 
*[[Method procedure SLSimpleDataBuffer.ISLDataBuffer.CopyTo(Cardinal;ISLDataBuffer;Cardinal;Cardinal)|procedure CopyTo(ASourceOffset : Cardinal; ATargetBuffer : ISLDataBuffer; ATargetOffset : Cardinal; ASize : Cardinal)]] - Copies part of the buffer into another buffer.  
 
*[[Method procedure SLSimpleDataBuffer.ISLDataBuffer.CopyTo(Cardinal;ISLDataBuffer;Cardinal;Cardinal)|procedure CopyTo(ASourceOffset : Cardinal; ATargetBuffer : ISLDataBuffer; ATargetOffset : Cardinal; ASize : Cardinal)]] - Copies part of the buffer into another buffer.  
 
*[[Method procedure SLSimpleDataBuffer.ISLDataBuffer.Unique(Boolean)|procedure Unique(PreserveData : Boolean)]] - Makes the data of the buffer Unique.  
 
*[[Method procedure SLSimpleDataBuffer.ISLDataBuffer.Unique(Boolean)|procedure Unique(PreserveData : Boolean)]] - Makes the data of the buffer Unique.  
 +
*[[Method function SLSimpleDataBuffer.ISLDataBuffer.MakeUnique(Boolean) : Boolean|function MakeUnique(PreserveData : Boolean) : Boolean]]
 
*[[Method procedure SLSimpleDataBuffer.ISLDataBuffer.SaveToFile(String)|procedure SaveToFile(AFileName : String)]] - Saves the content of the buffer to file.  
 
*[[Method procedure SLSimpleDataBuffer.ISLDataBuffer.SaveToFile(String)|procedure SaveToFile(AFileName : String)]] - Saves the content of the buffer to file.  
 
*[[Method procedure SLSimpleDataBuffer.ISLDataBuffer.LoadFromFile(String)|procedure LoadFromFile(AFileName : String)]] - Loads the data from a file in the buffer.  
 
*[[Method procedure SLSimpleDataBuffer.ISLDataBuffer.LoadFromFile(String)|procedure LoadFromFile(AFileName : String)]] - Loads the data from a file in the buffer.  
  
 
[[Category:Interfaces]]
 
[[Category:Interfaces]]

Revision as of 16:52, 18 October 2012

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: SignalLabBasicPkg

Unit: SLSimpleDataBuffer

Inherits: ISLData

Contents

Syntax

Delphi:

type ISLDataBuffer = interface( ISLData )

Summary

Basic Data buffer interface.

Description

All other buffer interfaces inherit from this one.

Properties

Methods

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox