JCL Help:TJclAnsiStrQueue
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclAnsiStrQueue Class
[+] JclQueues.pas Classes
[+] TJclAnsiStrQueue Methods
Search in JCL Help
Search in all projectsClass Hierarchy
IJclLockable
|
IJclBaseContainer
|
IJclStrContainer
|
IJclAnsiStrContainer
|
IJclAnsiStrQueue
|
IJclPackable
|
IJclGrowable
|
TJclAbstractLockable
|
IJclCloneable
|
IJclIntfCloneable
|
TJclAbstractContainerBase
|
TJclStrAbstractContainer
|
IJclAnsiStrComparer
|
IJclAnsiStrEqualityComparer
|
IJclAnsiStrHashConverter
|
IJclAnsiStrOwner
|
TJclAnsiStrAbstractContainer
|
TJclAnsiStrQueue
Summary
This class store objects in a FIFO dynamic array.
Pascal
public TJclAnsiStrQueue = class(TJclAnsiStrAbstractContainer, IJclLockable, IJclIntfCloneable, IJclCloneable, IJclPackable, IJclGrowable, IJclBaseContainer, IJclStrContainer, IJclAnsiStrContainer, IJclAnsiStrEqualityComparer, IJclAnsiStrQueue);
Description
The description for this help topic does not exist, edit this page
About
Unit
Donator
Jean-Philippe Bempel
Notes
The default capacity is 16 elements. This limit is fixed. If the compilation symbol THREADSAFE is defined, this container is threadsafe.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page