Class tcomponentqueue

Unit

Declaration

type tcomponentqueue = class(tlinkedqueue, iobjectlink)

Description

This item has no description.

Hierarchy

Overview

Methods

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

Properties

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

Description

Methods

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

This item has no description.

Public function add(const value: tmsecomponent): integer;

This item has no description.

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

This item has no description.

Public function getfirst: tmsecomponent;

This item has no description.

Public function getlast: tmsecomponent;

This item has no description.

Properties

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

This item has no description.


Generated by PasDoc 0.17.0.snapshot.