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

Public constructor Create; virtual;
Public destructor Destroy; override;
Public procedure Assign(Source: TPersistent); override;

Description

Public constructor Create; virtual;

Constructor

Public destructor Destroy; override;

Destructor

Public procedure Assign(Source: TPersistent); override;

Call Assign to copy the properties or other attributes of one object from another.

Properties

Overview

Public property Data: Pointer;
Public property DataLength: Cardinal;

Description

Public property Data: Pointer;

Pointer to buffer.

Public property DataLength: Cardinal;

Set/Get the buffer length.


Generated by DIPasDoc 0.8.0 on Sun 1 Jun 2003 23:53:07