Return to Unit UltiboClasses
Description
To be documented
Class definitions
[Expand]
TThreadObjList = class(TThreadList)
Note: TThreadList with Auto Free of List Objects
Thread Safe List which Frees all nodes on Destroy
|
|
constructor Create;
|
|
destructor Destroy; override;
|
|
private
|
procedure DestroyListObjects;
|
|
public
|
procedure ClearList;
|
|
Function declarations
[Expand]
constructor TThreadObjList.Create;
Description: To be documented
[Expand]
destructor TThreadObjList.Destroy;
Description: To be documented
[Expand]
procedure TThreadObjList.DestroyListObjects;
Description: To be documented
[Expand]
procedure TThreadObjList.ClearList;
Description: To be documented
Return to Unit Reference