Class tpersistentqueue

Unit

Declaration

type tpersistentqueue = class(tlinkedqueue, iobjectlink)

Description

This item has no description.

Hierarchy

Overview

Methods

Public function findobject(const aobject: tlinkedpersistent): integer;
Public procedure add(const value: tlinkedpersistent);
Public procedure insert(const index: integer; const value: tlinkedpersistent); reintroduce;
Public function getfirst: tlinkedpersistent;
Public function getlast: tlinkedpersistent;

Properties

Public property items[const index: integer]: tlinkedpersistent read getitems write setitems;

Description

Methods

Public function findobject(const aobject: tlinkedpersistent): integer;

This item has no description.

Public procedure add(const value: tlinkedpersistent);

This item has no description.

Public procedure insert(const index: integer; const value: tlinkedpersistent); reintroduce;

This item has no description.

Public function getfirst: tlinkedpersistent;

This item has no description.

Public function getlast: tlinkedpersistent;

This item has no description.

Properties

Public property items[const index: integer]: tlinkedpersistent read getitems write setitems;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.