JCL Help:TJclAbstractContainer
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TJclAbstractContainer Class
[+] JclAbstractContainers.pas Classes
[+] TJclAbstractContainer Events
[+] TJclAbstractContainer Fields
[+] TJclAbstractContainer Methods
[+] TJclAbstractContainer Properties
Search in JCL Help
Search in all projectsClass 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
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