Class tcomponentqueue
Unit
Declaration
type tcomponentqueue = class(tlinkedqueue, iobjectlink)
Description
No description available, ancestor tlinkedqueue description follows
No description available, ancestor tpointerqueue description follows
No description available, ancestor tpointerlist description follows
No description available, ancestor tnullinterfacedobject description follows
Hierarchy
- tobject
- tnullinterfacedobject
- tpointerlist
- tpointerqueue
- tlinkedqueue
- tcomponentqueue
Overview
Methods
![]() |
function findobject(const aobject: tmsecomponent): integer; |
![]() |
function add(const value: tmsecomponent): integer; |
![]() |
procedure insert(const index: integer; const value: tmsecomponent); reintroduce; |
![]() |
function getfirst: tmsecomponent; |
![]() |
function getlast: tmsecomponent; |
Properties
![]() |
property items[constindex:integer]: tmsecomponent read getitems write setitems; |
Description
Methods
![]() |
function findobject(const aobject: tmsecomponent): integer; |
![]() |
function add(const value: tmsecomponent): integer; |
![]() |
procedure insert(const index: integer; const value: tmsecomponent); reintroduce; |
![]() |
function getfirst: tmsecomponent; |
![]() |
function getlast: tmsecomponent; |
Properties
![]() |
property items[constindex:integer]: tmsecomponent read getitems write setitems; |
Generated by PasDoc 0.16.0.
