Class TPersistentMemory
Unit
DSUtil
Declaration
type TPersistentMemory = class()
Description
For internal use. This class is designed to store a custom memory stream with a form. It is the ancestor of TBaseFilter
.Methods
Overview
 |
constructor Create; virtual; |
 |
destructor Destroy; override; |
 |
procedure Assign(Source: TPersistent); override; |
Description
 |
constructor Create; virtual; |
Constructor
 |
destructor Destroy; override; |
Destructor
 |
procedure Assign(Source: TPersistent); override; |
Call Assign to copy the properties or other attributes of one object from another.
Properties
Overview
Description
 |
property Data: Pointer; |
Pointer to buffer.
 |
property DataLength: Cardinal; |
Set/Get the buffer length.
Generated by DIPasDoc 0.8.0 on Sun 1 Jun 2003 23:53:07