JCL Help:TJclUnicodeStrVector
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclUnicodeStrVector Class
[+] JclVectors.pas Classes
[+] TJclUnicodeStrVector Methods
[+] TJclUnicodeStrVector Properties
Search in JCL Help
Search in all projectsClass Hierarchy
IJclLockable
|
IJclBaseContainer
|
IJclPackable
|
IJclGrowable
|
IJclStrContainer
|
IJclUnicodeStrContainer
|
IJclUnicodeStrFlatContainer
|
IJclUnicodeStrCollection
|
IJclUnicodeStrList
|
IJclUnicodeStrArray
|
TJclAbstractLockable
|
IJclCloneable
|
IJclIntfCloneable
|
TJclAbstractContainerBase
|
TJclStrAbstractContainer
|
IJclUnicodeStrComparer
|
IJclUnicodeStrEqualityComparer
|
IJclUnicodeStrHashConverter
|
IJclUnicodeStrOwner
|
TJclUnicodeStrAbstractContainer
|
TJclUnicodeStrAbstractCollection
|
TJclUnicodeStrVector
Summary
This class store objects in a dynamic array.
Pascal
public TJclUnicodeStrVector = class(TJclUnicodeStrAbstractCollection, IJclLockable, IJclIntfCloneable, IJclCloneable, IJclPackable, IJclGrowable, IJclBaseContainer, IJclStrContainer, IJclUnicodeStrContainer, IJclUnicodeStrFlatContainer, IJclUnicodeStrEqualityComparer, IJclUnicodeStrCollection, IJclUnicodeStrList, IJclUnicodeStrArray);
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. When the limit is reached, the capacity grows of 25%. When an element is removed or insert, all elements after it are shifted. The dynamic array is in public for fast access in read. To have directly access to the dynamic array, you have to use the class and not the interface. This container is NOT 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