JCL Help:TJclAbstractContainer

From Project JEDI Wiki
Jump to navigationJump to search

Class Hierarchy

IJclLockable
|
IJclBaseContainer
|
TJclAbstractLockable
|
IJclCloneable
|
IJclIntfCloneable
|
TJclAbstractContainerBase
|
IJclComparer
|
IJclEqualityComparer
|
IJclHashConverter
|
IJclObjectOwner
|
TJclAbstractContainer
|
TJclArrayList
|
TJclBinaryTree
|
TJclHashSet
|
TJclLinkedList
|
TJclQueue
|
TJclStack
|
TJclTree
|
TJclVector


Summary

If the compilation symbol THREADSAFE is defined, this class provides EnterCriticalSection function to protect code in a Critical Section. The function retuen an interface and when this interface is released (RefCount = 0) the critical section is relased too.


Pascal

 public TJclAbstractContainer = class(TJclAbstractContainerBase, IJclLockable, IJclCloneable, IJclIntfCloneable, IJclBaseContainer, IJclObjectOwner, IJclEqualityComparer, IJclComparer, IJclHashConverter);


Description

The description for this help topic does not exist, edit this page


About

Unit

JclAbstractContainers


Navigation

Donator

Jean-Philippe Bempel


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